* Introduce TSDB service Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Erik Sundell <erik.sundell87@gmail.com> Co-authored-by: Will Browne <will.browne@grafana.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.org> Co-authored-by: Will Browne <wbrowne@users.noreply.github.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
30 lines
465 B
JSON
30 lines
465 B
JSON
{
|
|
"__inputs": [
|
|
{
|
|
"name": "DS_NAME",
|
|
"type": "datasource",
|
|
"pluginId": "graphite"
|
|
}
|
|
],
|
|
|
|
"uid": "1MHHlVjzz",
|
|
"title": "Nginx Connections",
|
|
"revision": 25,
|
|
"schemaVersion": 11,
|
|
"tags": ["tag1", "tag2"],
|
|
"number_array": [1,2,3,10.33],
|
|
"boolean_true": true,
|
|
"boolean_false": false,
|
|
|
|
"rows": [
|
|
{
|
|
"panels": [
|
|
{
|
|
"type": "graph",
|
|
"datasource": "${DS_NAME}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|