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
3e05eb23
Commit
3e05eb23
authored
Jul 08, 2015
by
Espen Fjellvær Olsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation based on templating changes
parent
3980d25c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
docs/sources/datasources/kairosdb.md
+4
-3
No files found.
docs/sources/datasources/kairosdb.md
View file @
3e05eb23
...
...
@@ -36,12 +36,13 @@ KairosDB Datasource Plugin provides following functions in `Variables values que
Name | Description
---- | ----
`metrics(query)`
| Returns a list of metric names. If nothing is given, returns a list of all metric names.
`tag_names(query)`
| Returns a list of tag names. If nothing is given, returns a list of all tag names.
`tag_values(
query)`
| Returns a list of tag values. If nothing is given, returns a list of all tag values
.
`metrics(query)`
| Returns a list of metric names
matching
`query`
. If nothing is given, returns a list of all metric names.
`tag_names(query)`
| Returns a list of tag names
matching
`query`
. If nothing is given, returns a list of all tag names.
`tag_values(
metric, tag)`
| Returns a list of values for
`tag`
from the given
`metric`
.
For details of
`metric names`
,
`tag names`
, and
`tag values`
, please refer to the KairosDB documentations.
-
[
List Metric Names - KairosDB 0.9.4 documentation
](
http://kairosdb.github.io/kairosdocs/restapi/ListMetricNames.html
)
-
[
List Tag Names - KairosDB 0.9.4 documentation
](
http://kairosdb.github.io/kairosdocs/restapi/ListTagNames.html
)
-
[
List Tag Values - KairosDB 0.9.4 documentation
](
http://kairosdb.github.io/kairosdocs/restapi/ListTagValues.html
)
-
[
Query Metrics - KairosDB 0.9.4 documentation
](
http://kairosdb.github.io/kairosdocs/restapi/QueryMetrics.html
)
.
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