Compare commits

..
Author SHA1 Message Date
simon 5d65b7c2ca fix regex to work with hostname "monitoring.instance.tld" 2026-09-14 17:20:58 +02:00
+1 -1
View File
@@ -1766,7 +1766,7 @@
"refId": "Prometheus-node_id-Variable-Query"
},
"refresh": 2,
"regex": "/^(?:(?:node|cadvisor|monitoring).)*(.*)$/",
"regex": "/^(?:(?:node|cadvisor)\\.)*(?:monitoring\\.(?=.*\\..*\\.))?(.*)$/",
"skipUrlSync": false,
"sort": 0,
"type": "query"