Stabilize unbound top-domains Loki query

This commit is contained in:
gbanyan
2026-02-15 11:46:35 +08:00
parent 1748ad1a11
commit 8ef073025a

View File

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