Skip to content

Commit 9c9a51a

Browse files
committed
Remove RabbitMQ too much ready alert
1 parent e21edcd commit 9c9a51a

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

etc/kayobe/kolla/config/prometheus/rabbitmq.rules

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ groups:
4141
severity: warning
4242
annotations:
4343
description: RabbitMQ file descriptors usage on {{ $labels.instance }}
44-
- alert: RabbitMQTooMuchReady
45-
expr: rabbitmq_queue_messages_ready > 100
46-
for: 1m
47-
labels:
48-
severity: warning
49-
annotations:
50-
description: RabbitMQ too much ready on {{ $labels.instance }}
5144
- alert: RabbitMQTooMuchUnack
5245
expr: rabbitmq_queue_messages_unacked > 100
5346
for: 1m
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
fixes:
3+
- |
4+
The ``RabbitMQTooMuchReady`` prometheus alert has been removed.
5+
6+
Since migrating to durable queues, messages are sent to all receivers, but
7+
only one will respond. This results in high numbers of messages staying in
8+
the ready state. The messages will be deleted automatically once they hit
9+
resource limits. This appears to have no noticeable impact on CPU,
10+
memory, or disk usage, so the alert is not needed.

0 commit comments

Comments
 (0)