mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
doc: remove comment
This commit is contained in:
parent
a12f5263c2
commit
f3ef333a3e
1 changed files with 0 additions and 3 deletions
|
|
@ -314,9 +314,6 @@ groups:
|
|||
description: Container CPU usage is above 80%
|
||||
query: '(sum(rate(container_cpu_usage_seconds_total{name!=""}[3m])) BY (instance, name) * 100) > 80'
|
||||
severity: warning
|
||||
comments: |
|
||||
cAdvisor can sometimes consume a lot of CPU, so this alert will fire constantly.
|
||||
If you want to exclude it from this alert, exclude the serie having an empty name: container_cpu_usage_seconds_total{name!=""}
|
||||
for: 2m
|
||||
- name: Container Memory usage
|
||||
description: Container Memory usage is above 80%
|
||||
|
|
|
|||
Loading…
Reference in a new issue