feat(plugins): added prometheus dashboard to prometheus data source, #4298

This commit is contained in:
Torkel Ödegaard
2016-03-12 10:40:55 +01:00
parent 53dc145ce7
commit d575a5ce12
6 changed files with 615 additions and 32 deletions

View File

@@ -1,11 +1,11 @@
{
"__inputs": {
"graphite": {
"__inputs": [
{
"name": "DS_NAME",
"type": "datasource",
"pluginId": "graphite",
"description": "Graphite datasource"
"pluginId": "graphite"
}
},
],
"title": "Nginx Connections",
"revision": "1.5",
@@ -20,7 +20,7 @@
"panels": [
{
"type": "graph",
"datasource": "$__graphite"
"datasource": "${DS_NAME}"
}
]
}