You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using `sum(rabbitmq_queue_messages_unacked)` means we loose all labels,
so `{{ $labels.instance }}` in the description was empty. Fix by
checking the number of messages on each host instead and lower the
threshold to 100.
Also, the metric rabbitmq_queue_messages_unacked has no `queue` label,
so `BY (queue)` is useless.
0 commit comments