We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ea6b9c + af6305c commit 1be1e58Copy full SHA for 1be1e58
stackhpc_cloud_tests/monitoring/test_prometheus.py
@@ -72,7 +72,9 @@ def test_prometheus_alerts_inactive(prom):
72
# It's only one node and expects three, see https://github.com/stackhpc/stackhpc-kayobe-config/pull/1579
73
{ "alertname": "RabbitMQNodeDown" },
74
# This is probably because Tempest runs before pytest so the container has been recently stopped.
75
- { "alertname": "ContainerKilled", "name": "tempest" }
+ { "alertname": "ContainerKilled", "name": "tempest" },
76
+ # This alert sometimes triggers after periods of high activity e.g. a major upgrade
77
+ { "alertname": "RabbitMQTooMuchReady" },
78
]
79
80
def alert_is_ignored(alert, alerts_to_ignore):
0 commit comments