From 757a73a5f0d5aef2cff8f18537c06f41392e8019 Mon Sep 17 00:00:00 2001 From: okozachenko Date: Fri, 24 Jul 2020 21:56:51 +0300 Subject: [PATCH] Remove tooManyConnections alert rule Change-Id: I0aff763273f9f79bfdb0dde822247baf1f72e103 --- openstack_operator/templates/rabbitmq/prometheusrule.yml.j2 | 4 ---- 1 file changed, 4 deletions(-) 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: