Add DS_PROMETHEUS datasource for templating

When running this dashboard on Grafana, I received the error `Datasource named ${DS_PROMETHEUS} was not found`, this change fixes that issue.
This commit is contained in:
Neel Mehta 2020-03-24 16:49:03 -04:00 committed by GitHub
parent 9af24fdf5b
commit d59018cf56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -911,6 +911,16 @@
], ],
"templating": { "templating": {
"list": [ "list": [
{
"hide": 0,
"label": "datasource",
"name": "DS_PROMETHEUS",
"options": [],
"query": "prometheus",
"refresh": 1,
"regex": "",
"type": "datasource"
},
{ {
"allValue": ".*", "allValue": ".*",
"current": {}, "current": {},