diff --git a/_data/rules.yml b/_data/rules.yml index 1bf1be4..d71265c 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -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'