mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
Update rules.yml
This commit is contained in:
parent
7b3cef8bf9
commit
1eb5c5834f
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ groups:
|
||||||
for: 2m
|
for: 2m
|
||||||
- name: Container high throttle rate
|
- name: Container high throttle rate
|
||||||
description: Container is being throttled
|
description: Container is being throttled
|
||||||
query: 'sum(increase(container_cpu_cfs_throttled_periods_total{container!=""}[5m])) by (container, pod, namespace) / sum(increase(container_cpu_cfs_periods_total[5m])) by (container, pod, namespace) > ( 75 / 100 )'
|
query: 'sum(increase(container_cpu_cfs_throttled_periods_total{container!=""}[5m])) by (container, pod, namespace) / sum(increase(container_cpu_cfs_periods_total[5m])) by (container, pod, namespace) > ( 25 / 100 )'
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 5m
|
for: 5m
|
||||||
- name: Container Low CPU utilization
|
- name: Container Low CPU utilization
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue