mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
fix #276
This commit is contained in:
parent
23876f8c6b
commit
10b810fd6e
1 changed files with 0 additions and 5 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue