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,
|
||||
"includeAll": false,
|
||||
"multi": false,
|
||||
"name": "datasource",
|
||||
"name": "DS_PROMETHEUS",
|
||||
"label": "datasource",
|
||||
"options": [],
|
||||
"query": "prometheus",
|
||||
"refresh": 1,
|
||||
|
|
|
@ -1537,7 +1537,8 @@
|
|||
"hide": 0,
|
||||
"includeAll": false,
|
||||
"multi": false,
|
||||
"name": "datasource",
|
||||
"name": "DS_PROMETHEUS",
|
||||
"label": "datasource",
|
||||
"options": [],
|
||||
"query": "prometheus",
|
||||
"refresh": 1,
|
||||
|
|
Loading…
Reference in a new issue