fix(monitoring): upgrade legacy templating queries for Grafana 11 and force Grafana recreation on deploy to load the Memento dashboard
This commit is contained in:
@@ -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)"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user