Fix GBarmUB and Traefik status queries

This commit is contained in:
gbanyan
2025-10-27 21:00:11 +08:00
parent c23600c84a
commit 6e33e1a65e

View File

@@ -438,7 +438,7 @@
"uid": "ff1qkncht70n4c" "uid": "ff1qkncht70n4c"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "max(up{job=~\"(?i)gbarmub\"}) or vector(0)", "expr": "max(up{job=~\"armub-.*\"}) or 0",
"instant": true, "instant": true,
"legendFormat": "", "legendFormat": "",
"range": false, "range": false,
@@ -521,7 +521,7 @@
"uid": "ff1qkncht70n4c" "uid": "ff1qkncht70n4c"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "max(up{job=~\"(?i)traefik\"}) or vector(0)", "expr": "max(up{job=\"armub-traefik\"}) or 0",
"instant": true, "instant": true,
"legendFormat": "", "legendFormat": "",
"range": false, "range": false,