fix(monitoring): upgrade legacy templating queries for Grafana 11 and force Grafana recreation on deploy to load the Memento dashboard
Some checks failed
CI / Deploy production (on server) (push) Has been cancelled
CI / Lint, Unit Tests & Build (push) Has been cancelled

This commit is contained in:
Antigravity
2026-05-30 11:49:08 +00:00
parent 7e88eb64f8
commit 8d8e8a20f4
4 changed files with 53 additions and 14 deletions

View File

@@ -7205,7 +7205,11 @@
"multi": false,
"name": "node",
"options": [],
"query": "label_values(node_boot_time{job=\"node-exporter\"}, instance)",
"query": {
"qryType": 0,
"query": "label_values(node_boot_time{job=\"node-exporter\"}, instance)",
"refId": "PrometheusVariableQuery"
},
"refresh": 1,
"regex": "/([^:]+):.*/",
"sort": 0,
@@ -7213,7 +7217,8 @@
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
"useTags": false,
"definition": "label_values(node_boot_time{job=\"node-exporter\"}, instance)"
}
]
},