We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1e51a commit fe4e66cCopy full SHA for fe4e66c
1 file changed
kubernetes/namespaces/monitoring/alerts/alerts.d/coredns.yaml
@@ -13,8 +13,9 @@ groups:
13
14
- alert: core-dns/cache-misses
15
expr: rate(coredns_cache_misses_total{}[10m]) / rate(coredns_cache_misses_total{}[10m] offset 10m) > 5.00
16
+ for: 2h
17
labels:
18
severity: page
19
annotations:
- summary: "High CoreDNS cache misses in last 10 minutes"
20
- description: "This can sometimes be an indication of networking troubles, currently {{ $value | humanizePercentage }} over last 10 minutes."
+ summary: "High CoreDNS cache misses in last 2 hours"
21
+ description: "This can sometimes be an indication of networking troubles, currently {{ $value | humanizePercentage }} over last 2 hours."
0 commit comments