mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 09:58:16 +08:00
data: rename coredns metric
This commit is contained in:
parent
b9db2c0c68
commit
c3ba0cf199
1 changed files with 1 additions and 1 deletions
|
|
@ -1957,7 +1957,7 @@ groups:
|
||||||
rules:
|
rules:
|
||||||
- name: CoreDNS Panic Count
|
- name: CoreDNS Panic Count
|
||||||
description: Number of CoreDNS panics encountered
|
description: Number of CoreDNS panics encountered
|
||||||
query: 'increase(coredns_panic_count_total[1m]) > 0'
|
query: 'increase(coredns_panics_total[1m]) > 0'
|
||||||
severity: critical
|
severity: critical
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue