mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(plugins): added prometheus dashboard to prometheus data source, #4298
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user