diff --git a/openstack_operator/templates/rabbitmq/prometheusrule.yml.j2 b/openstack_operator/templates/rabbitmq/prometheusrule.yml.j2 index c5de5f89..1cf3642d 100644 --- a/openstack_operator/templates/rabbitmq/prometheusrule.yml.j2 +++ b/openstack_operator/templates/rabbitmq/prometheusrule.yml.j2 @@ -29,10 +29,6 @@ spec: priority: P2 - name: high-load rules: - - alert: RabbitmqTooManyConnections - expr: "rabbitmq_connectionsTotal > 1000" - annotations: - priority: P2 - alert: RabbitmqTooManyMessagesInQueue expr: "rabbitmq_queue_messages_ready > 1000" annotations: