Skip to content

Commit

Permalink
Do not assume default datasource in Grafana panels
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Marrero authored and Rulox committed Nov 6, 2019
1 parent 330108c commit d59869f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion grafana/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"links": [],
"panels": [
{
"datasource": "${DS_PROMETHEUS}",
"collapsed": false,
"gridPos": {
"h": 1,
Expand All @@ -70,6 +71,7 @@
"type": "row"
},
{
"datasource": "${DS_PROMETHEUS}",
"cacheTimeout": null,
"colorBackground": true,
"colorPostfix": false,
Expand Down Expand Up @@ -164,6 +166,7 @@
"valueName": "current"
},
{
"datasource": "${DS_PROMETHEUS}",
"collapsed": false,
"gridPos": {
"h": 1,
Expand All @@ -177,6 +180,7 @@
"type": "row"
},
{
"datasource": "${DS_PROMETHEUS}",
"aliasColors": {},
"bars": false,
"dashLength": 10,
Expand Down Expand Up @@ -277,6 +281,7 @@
}
},
{
"datasource": "${DS_PROMETHEUS}",
"aliasColors": {},
"bars": false,
"dashLength": 10,
Expand Down Expand Up @@ -387,6 +392,7 @@
}
},
{
"datasource": "${DS_PROMETHEUS}",
"aliasColors": {},
"bars": false,
"dashLength": 10,
Expand Down Expand Up @@ -539,4 +545,4 @@
"title": "NGINX",
"uid": "MsjffzSZz",
"version": 1
}
}

0 comments on commit d59869f

Please sign in to comment.