mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
docs(plugins): json formating
This commit is contained in:
parent
d318c84434
commit
c6a1076e3a
@ -44,9 +44,10 @@ Request object passed to datasource.query function
|
|||||||
{
|
{
|
||||||
"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" }
|
||||||
|
],
|
||||||
"format": "json",
|
"format": "json",
|
||||||
"maxDataPoints": 2495 //decided by the panel
|
"maxDataPoints": 2495 //decided by the panel
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user