Skip to content

Commit 015ffb7

Browse files
jackhodgkissAlex-Welsh
authored andcommitted
Revert "Merge pull request #1702 from stackhpc/update-rabbitmq-rule"
This reverts commit c9c3eba, reversing changes made to ddd4daa. The metric `erlang_vm_dist_node_state` should not be compared against the size of the `RabbitMQ` cluster as the values indicate the current state of the link with `3` implying the connection is `up`.
1 parent a53f97d commit 015ffb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ groups:
2020
annotations:
2121
description: RabbitMQ consumers message consumption speed is low on {{ $labels.instance }}
2222
- alert: RabbitMQNodeNotDistributed
23-
expr: erlang_vm_dist_node_state < {% endraw %}{{ alertmanager_number_of_rabbitmq_nodes }}{% raw %}
23+
expr: erlang_vm_dist_node_state < 3
2424
for: 5m
2525
labels:
2626
severity: critical

0 commit comments

Comments
 (0)