Skip to content

Commit

Permalink
Fix datasource and variable dropdown choices (grafana#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
slim-bean authored Jun 3, 2020
1 parent 5b8d9b4 commit fdf6208
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions production/loki-mixin/dashboard-loki-operational.json
Original file line number Diff line number Diff line change
Expand Up @@ -3156,7 +3156,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "ops-cortex",
"datasource": "$datasource",
"fill": 1,
"fillGradient": 0,
"gridPos": {
Expand Down Expand Up @@ -3263,7 +3263,7 @@
"mode": "spectrum"
},
"dataFormat": "tsbuckets",
"datasource": "ops-cortex",
"datasource": "$datasource",
"gridPos": {
"h": 8,
"w": 12,
Expand Down Expand Up @@ -3319,7 +3319,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "ops-cortex",
"datasource": "$datasource",
"fill": 7,
"fillGradient": 0,
"gridPos": {
Expand Down Expand Up @@ -3436,7 +3436,7 @@
"mode": "spectrum"
},
"dataFormat": "tsbuckets",
"datasource": "ops-cortex",
"datasource": "$datasource",
"gridPos": {
"h": 9,
"w": 12,
Expand Down Expand Up @@ -6352,11 +6352,6 @@
"templating": {
"list": [
{
"current": {
"selected": false,
"text": "ops-cortex",
"value": "ops-cortex"
},
"hide": 0,
"includeAll": false,
"label": null,
Expand All @@ -6370,11 +6365,6 @@
"type": "datasource"
},
{
"current": {
"selected": false,
"text": "Grafana Logging",
"value": "Grafana Logging"
},
"hide": 0,
"includeAll": false,
"label": null,
Expand All @@ -6390,10 +6380,6 @@
},
{
"allValue": null,
"current": {
"text": "us-central1",
"value": "us-central1"
},
"datasource": "$datasource",
"definition": "label_values(kube_pod_container_info{image=~\".*loki.*\"}, cluster)",
"hide": 0,
Expand All @@ -6415,10 +6401,6 @@
},
{
"allValue": null,
"current": {
"text": "loki-prod",
"value": "loki-prod"
},
"datasource": "$datasource",
"definition": "label_values(kube_pod_container_info{image=~\".*loki.*\", cluster=\"$cluster\"}, namespace)",
"hide": 0,
Expand Down

0 comments on commit fdf6208

Please sign in to comment.