Update rules.yml

This commit is contained in:
Samuel Berthe 2024-03-11 23:28:06 +01:00 committed by GitHub
parent 7b3cef8bf9
commit 1eb5c5834f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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