mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 18:36:59 +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:
|
- rules:
|
||||||
- name: CoreDNS Panic Count
|
- name: CoreDNS Panic Count
|
||||||
description: Number of CoreDNS panics encountered
|
description: Number of CoreDNS panics encountered
|
||||||
query: 'coredns_panic_count_total > 0'
|
query: 'increase(coredns_panic_count_total[10min]) > 0'
|
||||||
severity: error
|
severity: error
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue