Reduce PodNotReady alert lookback from 5m to 60s
The 5-minute lookback window kept stale data from terminated pods visible during rollouts, causing the alert to sit in Pending for ~5 minutes after every routine deployment. 60s still covers two scrape cycles (30s interval) while clearing stale data much faster. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a37012385f
commit
2c1652604b
2 changed files with 2 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ groups:
|
|||
- refId: A
|
||||
datasourceUid: prometheus
|
||||
relativeTimeRange:
|
||||
from: 300
|
||||
from: 60
|
||||
to: 0
|
||||
model:
|
||||
expr: >-
|
||||
|
|
|
|||
1
docs/changelog.d/+podnotready-lookback.infra.md
Normal file
1
docs/changelog.d/+podnotready-lookback.infra.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Reduce PodNotReady alert lookback window from 5m to 60s to clear faster after rollouts.
|
||||
Loading…
Add table
Add a link
Reference in a new issue