Skip to content

Commit

Permalink
Change datasource to for all panels (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshahzeb authored Jan 16, 2024
1 parent f8a2b31 commit 359f760
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-mixin/dashboards/docker-overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "grafanacloud-prom"
"uid": "$prometheus_datasource"
},
"gridPos": {
"h": 1,
Expand All @@ -54,7 +54,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "grafanacloud-prom"
"uid": "$prometheus_datasource"
},
"refId": "A"
}
Expand Down Expand Up @@ -422,7 +422,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "grafanacloud-prom"
"uid": "$prometheus_datasource"
},
"gridPos": {
"h": 1,
Expand All @@ -437,7 +437,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "grafanacloud-prom"
"uid": "$prometheus_datasource"
},
"refId": "A"
}
Expand Down Expand Up @@ -645,7 +645,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "grafanacloud-prom"
"uid": "$prometheus_datasource"
},
"gridPos": {
"h": 1,
Expand All @@ -660,7 +660,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "grafanacloud-prom"
"uid": "$prometheus_datasource"
},
"refId": "A"
}
Expand Down Expand Up @@ -887,7 +887,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "grafanacloud-prom"
"uid": "$prometheus_datasource"
},
"gridPos": {
"h": 1,
Expand All @@ -902,7 +902,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "grafanacloud-prom"
"uid": "$prometheus_datasource"
},
"refId": "A"
}
Expand Down

0 comments on commit 359f760

Please sign in to comment.