mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
Update rules.yml
This commit is contained in:
parent
37109f8ccd
commit
089ab714c0
1 changed files with 1 additions and 1 deletions
|
|
@ -441,5 +441,5 @@ services:
|
|||
- rules:
|
||||
- name: CoreDNS Panic Count
|
||||
description: Number of CoreDNS panics encountered
|
||||
query: 'coredns_panic_count_total > 0'
|
||||
query: 'increase(coredns_panic_count_total[10min]) > 0'
|
||||
severity: error
|
||||
|
|
|
|||
Loading…
Reference in a new issue