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 <noreply@anthropic.com>
This commit is contained in:
2026-01-10 03:51:44 +09:00
parent dc8706fb02
commit 823edfbd88

View File

@@ -3395,15 +3395,15 @@
"list": [ "list": [
{ {
"current": { "current": {
"text": "", "text": "Thanos",
"value": "" "value": "Thanos"
}, },
"includeAll": false, "includeAll": false,
"name": "datasource", "name": "datasource",
"options": [], "options": [],
"query": "prometheus", "query": "prometheus",
"refresh": 1, "refresh": 1,
"regex": "", "regex": "/Thanos/",
"type": "datasource" "type": "datasource"
}, },
{ {