mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 07:32:12 +08:00
docs(plugins): json formating
This commit is contained in:
@ -43,7 +43,7 @@ Request object passed to datasource.query function
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"range": { "from": "2015-12-22T03:06:13.851Z", "to": "2015-12-22T06:48:24.137Z" },
|
"range": { "from": "2015-12-22T03:06:13.851Z", "to": "2015-12-22T06:48:24.137Z" },
|
||||||
"interval": '5s',
|
"interval": "5s",
|
||||||
"targets": [
|
"targets": [
|
||||||
{ "refId": "B", "target": "upper_75" },
|
{ "refId": "B", "target": "upper_75" },
|
||||||
{ "refId": "A", "target": "upper_90" }
|
{ "refId": "A", "target": "upper_90" }
|
||||||
|
Reference in New Issue
Block a user