mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 02:17:00 +08:00
Publish
This commit is contained in:
parent
90706282ad
commit
7b3cef8bf9
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ groups:
|
||||||
description: "Container Volume usage is above 80%\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
description: "Container Volume usage is above 80%\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
||||||
|
|
||||||
- alert: ContainerHighThrottleRate
|
- alert: ContainerHighThrottleRate
|
||||||
expr: 'rate(container_cpu_cfs_throttled_seconds_total[3m]) > 1'
|
expr: '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 )'
|
||||||
for: 2m
|
for: 5m
|
||||||
labels:
|
labels:
|
||||||
severity: warning
|
severity: warning
|
||||||
annotations:
|
annotations:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue