Skip to content

Commit fe4e66c

Browse files
committed
Bump dns cache miss alert time
1 parent 1a1e51a commit fe4e66c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • kubernetes/namespaces/monitoring/alerts/alerts.d

kubernetes/namespaces/monitoring/alerts/alerts.d/coredns.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ groups:
1313

1414
- alert: core-dns/cache-misses
1515
expr: rate(coredns_cache_misses_total{}[10m]) / rate(coredns_cache_misses_total{}[10m] offset 10m) > 5.00
16+
for: 2h
1617
labels:
1718
severity: page
1819
annotations:
19-
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."
20+
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

Comments
 (0)