Skip to content

Commit 1be1e58

Browse files
authored
Merge pull request #16 from stackhpc/RabbitMQTooMuchReady
Add RabbitMQTooMuchReady to ignored alerts
2 parents 8ea6b9c + af6305c commit 1be1e58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stackhpc_cloud_tests/monitoring/test_prometheus.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ def test_prometheus_alerts_inactive(prom):
7272
# It's only one node and expects three, see https://github.com/stackhpc/stackhpc-kayobe-config/pull/1579
7373
{ "alertname": "RabbitMQNodeDown" },
7474
# This is probably because Tempest runs before pytest so the container has been recently stopped.
75-
{ "alertname": "ContainerKilled", "name": "tempest" }
75+
{ "alertname": "ContainerKilled", "name": "tempest" },
76+
# This alert sometimes triggers after periods of high activity e.g. a major upgrade
77+
{ "alertname": "RabbitMQTooMuchReady" },
7678
]
7779

7880
def alert_is_ignored(alert, alerts_to_ignore):

0 commit comments

Comments
 (0)