Tune brusnika stage CPU throttling alert

This commit is contained in:
Kochetkov S 2026-06-18 11:18:22 +03:00
parent be808a600a
commit 849e0bfd9e

View File

@ -51,6 +51,14 @@ spec:
- op: replace
path: /spec/groups/0/rules/4/labels/cluster
value: brusnika-stage
- op: replace
path: /spec/groups/0/rules/4/expr
value: >-
(
sum(rate(container_cpu_cfs_throttled_periods_total{container!="",namespace!="kube-system"}[15m])) by (container, pod, namespace, scope)
/
sum(rate(container_cpu_cfs_periods_total{container!="",namespace!="kube-system"}[15m])) by (container, pod, namespace, scope)
) > 0.80
- op: replace
path: /spec/groups/0/rules/5/labels/cluster
value: brusnika-stage