From 1eb5c5834fcb92116da32b460a1a7bbf15f4b77e Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Mon, 11 Mar 2024 23:28:06 +0100 Subject: [PATCH] Update rules.yml --- _data/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/rules.yml b/_data/rules.yml index 4a879d5..9f430eb 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -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