Update rules.yml

This commit is contained in:
Samuel Berthe 2019-07-14 18:06:08 +02:00 committed by GitHub
parent 37109f8ccd
commit 089ab714c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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