From f3ef333a3e598f3333c9df0997a6d4adce18ca87 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Tue, 7 Dec 2021 23:14:23 +0100 Subject: [PATCH] doc: remove comment --- _data/rules.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/_data/rules.yml b/_data/rules.yml index 6a7461f..5b3ff5a 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -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%