From 3e12c69d33616416c7ac4e58e6abe473924bb54f Mon Sep 17 00:00:00 2001 From: Emily Date: Tue, 31 Jan 2023 12:46:47 +0100 Subject: [PATCH] Fix accidental leftovers from dashboard schema upgrade (#21) --- dnsmasq-mixin/dnsmasq-overview.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/dnsmasq-mixin/dnsmasq-overview.json b/dnsmasq-mixin/dnsmasq-overview.json index b9c3053..c571039 100644 --- a/dnsmasq-mixin/dnsmasq-overview.json +++ b/dnsmasq-mixin/dnsmasq-overview.json @@ -573,8 +573,8 @@ { "current": { "selected": false, - "text": "grafanacloud-emilyrager-prom", - "value": "grafanacloud-emilyrager-prom" + "text": "default", + "value": "default" }, "hide": 0, "includeAll": false, @@ -606,10 +606,7 @@ "multi": true, "name": "job", "options": [], - "query": { - "query": "label_values(dnsmasq_exporter_build_info, job)", - "refId": "grafanacloud-emilyrager-prom-job-Variable-Query" - }, + "query": "label_values(dnsmasq_exporter_build_info, job)", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -636,10 +633,7 @@ "multi": true, "name": "instance", "options": [], - "query": { - "query": "label_values(dnsmasq_exporter_build_info, instance)", - "refId": "grafanacloud-emilyrager-prom-instance-Variable-Query" - }, + "query": "label_values(dnsmasq_exporter_build_info, instance)", "refresh": 1, "regex": "", "skipUrlSync": false,