File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ spec:
252252 record: rhacs_tenants:namespace:pod:container:max_memory_usage_ratio
253253 - alert : RHACSTenantWorkloadMemoryUtilizationHigh
254254 expr : |
255- rhacs_tenants:namespace:pod:container:max_memory_usage_ratio >= 0.9
255+ rhacs_tenants:namespace:pod:container:max_memory_usage_ratio{container=~"central|scanner|indexer|matcher"} >= 0.9
256256 for : 30m
257257 labels :
258258 severity : warning
@@ -262,7 +262,7 @@ spec:
262262 sop_url : " https://gitlab.cee.redhat.com/stackrox/acs-cloud-service/runbooks/-/blob/master/sops/dp-039-tenant-workload-memory-utilization-high.md"
263263 - alert : RHACSTenantWorkloadMemoryUtilizationCritical
264264 expr : |
265- rhacs_tenants:namespace:pod:container:max_memory_usage_ratio{container=~"central|scanner|db| indexer|matcher"} >= 0.95
265+ rhacs_tenants:namespace:pod:container:max_memory_usage_ratio{container=~"central|scanner|indexer|matcher"} >= 0.95
266266 for : 10m
267267 labels :
268268 severity : critical
You can’t perform that action at this time.
0 commit comments