doc: remove comment

This commit is contained in:
Samuel Berthe 2021-12-07 23:14:23 +01:00
parent a12f5263c2
commit f3ef333a3e
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

@ -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%