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"
}
},
],
"revision": "1.0",
"title": "Graphite Carbon Metrics",
@@ -29,7 +29,7 @@
"enable": false
},
"bars": false,
"datasource": "$__graphite",
"datasource": "${DS_NAME}",
"editable": true,
"fill": 0,
"grid": {