This commit is contained in:
Samuel Berthe 2022-06-14 22:03:34 +02:00
parent 23876f8c6b
commit 10b810fd6e
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

@ -334,11 +334,6 @@ groups:
query: '(1 - (sum(container_fs_inodes_free{name!=""}) BY (instance) / sum(container_fs_inodes_total) BY (instance))) * 100 > 80'
severity: warning
for: 2m
- name: Container Volume IO usage
description: Container Volume IO usage is above 80%
query: '(sum(container_fs_io_current{name!=""}) BY (instance, name) * 100) > 80'
severity: warning
for: 2m
- name: Container high throttle rate
description: Container is being throttled
query: 'rate(container_cpu_cfs_throttled_seconds_total[3m]) > 1'