Fix GBarmUB dashboards for live metrics and no-data panels

This commit is contained in:
gbanyan
2026-02-16 16:37:27 +08:00
parent b46e03552b
commit 9b565ead55
4 changed files with 12 additions and 12 deletions

View File

@@ -1001,7 +1001,7 @@
{
"direction": "backward",
"editorMode": "code",
"expr": "topk(10, sum by (domain) (count_over_time({job=\"unbound\"} [5m])))",
"expr": "topk(10, sum by (domain) (count_over_time({job=\"unbound\"} | pattern \"<_> <_> reply: <_> <domain> <_> <_> <_> <_> <_> <_>\" [5m])))",
"queryType": "instant",
"refId": "A"
}