Fix datasource variable of the Grafana dashboard
This commit is contained in:
parent
e1abf103c0
commit
f94298e867
2 changed files with 4 additions and 2 deletions
|
@ -1545,7 +1545,8 @@
|
||||||
"hide": 0,
|
"hide": 0,
|
||||||
"includeAll": false,
|
"includeAll": false,
|
||||||
"multi": false,
|
"multi": false,
|
||||||
"name": "datasource",
|
"name": "DS_PROMETHEUS",
|
||||||
|
"label": "datasource",
|
||||||
"options": [],
|
"options": [],
|
||||||
"query": "prometheus",
|
"query": "prometheus",
|
||||||
"refresh": 1,
|
"refresh": 1,
|
||||||
|
|
|
@ -1537,7 +1537,8 @@
|
||||||
"hide": 0,
|
"hide": 0,
|
||||||
"includeAll": false,
|
"includeAll": false,
|
||||||
"multi": false,
|
"multi": false,
|
||||||
"name": "datasource",
|
"name": "DS_PROMETHEUS",
|
||||||
|
"label": "datasource",
|
||||||
"options": [],
|
"options": [],
|
||||||
"query": "prometheus",
|
"query": "prometheus",
|
||||||
"refresh": 1,
|
"refresh": 1,
|
||||||
|
|
Loading…
Reference in a new issue