mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +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
|
||||
- name: Container high throttle rate
|
||||
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
|
||||
for: 5m
|
||||
- name: Container Low CPU utilization
|
||||
|
|
|
|||
Loading…
Reference in a new issue