Skip to content

Commit

Permalink
Fix all dashboard datasources
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen authored and dotdc committed Jan 27, 2024
1 parent da92279 commit e3be4ab
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions dashboards/k8s-addons-prometheus.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"gridPos": {
"h": 1,
Expand All @@ -89,7 +89,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"refId": "A"
}
Expand Down Expand Up @@ -353,7 +353,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"gridPos": {
"h": 1,
Expand All @@ -367,7 +367,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"refId": "A"
}
Expand Down Expand Up @@ -1037,7 +1037,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"gridPos": {
"h": 1,
Expand All @@ -1051,7 +1051,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"refId": "A"
}
Expand Down Expand Up @@ -2198,7 +2198,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"gridPos": {
"h": 1,
Expand All @@ -2212,7 +2212,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"refId": "A"
}
Expand Down Expand Up @@ -3040,7 +3040,7 @@
},
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"definition": "label_values(kube_node_info,cluster)",
"hide": 0,
Expand Down
2 changes: 1 addition & 1 deletion dashboards/k8s-system-api-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@
},
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"definition": "label_values(kube_node_info,cluster)",
"hide": 0,
Expand Down
2 changes: 1 addition & 1 deletion dashboards/k8s-system-coredns.json
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@
},
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"definition": "label_values(kube_node_info,cluster)",
"hide": 0,
Expand Down
6 changes: 3 additions & 3 deletions dashboards/k8s-views-global.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -911,7 +911,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -2192,7 +2192,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"gridPos": {
"h": 1,
Expand Down
12 changes: 6 additions & 6 deletions dashboards/k8s-views-nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -849,7 +849,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -1438,7 +1438,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -1918,7 +1918,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -2595,7 +2595,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -2969,7 +2969,7 @@
"collapsed": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"gridPos": {
"h": 1,
Expand Down

0 comments on commit e3be4ab

Please sign in to comment.