Skip to content

Commit 0eac51c

Browse files
committed
Reduce severity of RHACSOperatorMemoryUtilizationHigh and RHACSOperatorMemoryUtilizationCritical to info
1 parent ad25e18 commit 0eac51c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/prometheus/prometheus-rules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ spec:
265265
rhacs_tenants:namespace:pod:container:max_memory_usage_ratio{container=~"central|scanner|indexer|matcher"} >= 0.95
266266
for: 10m
267267
labels:
268-
severity: critical
268+
severity: warning
269269
annotations:
270270
summary: tenant '{{ $labels.namespace }}' container '{{ $labels.container }}' in pod '{{ $labels.pod }}' is critically reaching its memory limit.
271271
description: tenant '{{ $labels.namespace }}' container '{{ $labels.container }}' in pod '{{ $labels.pod }}' reached {{ $value | humanizePercentage }} of its memory limit and is at high risk of being OOM killed.

0 commit comments

Comments
 (0)