We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be1e58 commit 6c0a560Copy full SHA for 6c0a560
1 file changed
stackhpc_cloud_tests/monitoring/test_prometheus.py
@@ -63,6 +63,7 @@ def test_prometheus_alerts_inactive(prom):
63
aio_alerts_to_ignore = [
64
# We know our volumes are small.
65
{ "alertname": "StorageFillingUp", "instance": "controller0" },
66
+ { "alertname": "ElasticsearchDiskSpaceLow", "instance": "controller0" },
67
# This is probably due to storage space..
68
{ "alertname": "ElasticsearchClusterYellow", "instance": "controller0" },
69
# ..or because we're running in a single instance and it wants to be clustered across multiple nodes.
0 commit comments