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": [
{
"current": {
"text": "",
"value": ""
"text": "Thanos",
"value": "Thanos"
},
"includeAll": false,
"name": "datasource",
"options": [],
"query": "prometheus",
"refresh": 1,
"regex": "",
"regex": "/Thanos/",
"type": "datasource"
},
{