Skip to content

Commit

Permalink
Fix default prometheus not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeigi committed Jul 17, 2020
1 parent c8ee5d0 commit 311947a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions grafana/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,25 @@
],
"templating": {
"list": [
{
"current": {
"selected": false,
"tags": [],
"text": "default",
"value": "default"
},
"hide": 0,
"includeAll": false,
"label": "datasource",
"multi": false,
"name": "DS_PROMETHEUS",
"options": [],
"query": "prometheus",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"type": "datasource"
},
{
"allValue": null,
"current": {},
Expand Down

0 comments on commit 311947a

Please sign in to comment.