From 823edfbd883606702310e031e6aaa41e234e6c88 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 03:51:44 +0900 Subject: [PATCH] fix(grafana): restrict main dashboard datasource to Thanos only - Set regex filter "/Thanos/" on datasource variable - Set default value to "Thanos" Co-Authored-By: Claude Opus 4.5 --- grafana/dashboards/main.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grafana/dashboards/main.json b/grafana/dashboards/main.json index f5d99b8..f5eef2d 100644 --- a/grafana/dashboards/main.json +++ b/grafana/dashboards/main.json @@ -3395,15 +3395,15 @@ "list": [ { "current": { - "text": "", - "value": "" + "text": "Thanos", + "value": "Thanos" }, "includeAll": false, "name": "datasource", "options": [], "query": "prometheus", "refresh": 1, - "regex": "", + "regex": "/Thanos/", "type": "datasource" }, {