Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
d318c844
Commit
d318c844
authored
Mar 04, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(plugins): add json formating
parent
c21a2101
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
docs/sources/plugins/datasources.md
+7
-7
No files found.
docs/sources/plugins/datasources.md
View file @
d318c844
...
...
@@ -42,13 +42,13 @@ metricFindQuery(options) // used by query editor to get metric suggestions.
Request object passed to datasource.query function
```
json
{
range
:
{
from
:
'
2015-12-22
T
03
:
06
:
13.851
Z'
,
to
:
'
2015-12-22
T
06
:
48
:
24.137
Z'
},
interval
:
'
5
s'
,
targets
:
[
{
refId
:
'B'
,
target
:
'upper_
75
'
},
{
refId
:
'A'
,
target
:
'upper_
90
'
}
],
format
:
'json'
,
maxDataPoints
:
2495
//decided
by
the
panel
"range"
:
{
"from"
:
"2015-12-22T03:06:13.851Z"
,
"to"
:
"2015-12-22T06:48:24.137Z"
},
"interval"
:
'
5
s'
,
"targets"
:
[
{
refId
:
"B"
,
target
:
"upper_75"
},
{
refId
:
"A"
,
target
:
"upper_90"
}
],
"format"
:
"json"
,
"maxDataPoints"
:
2495
//decided
by
the
panel
}
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment