Tighten ArgoCDAppOutOfSync alert timing to clear faster after sync
Reduced `for` from 30m to 5m and lookback window from 5m to 1m. The old values caused alerts to linger long after apps returned to Synced state. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
fc8d2cdb12
commit
a37012385f
2 changed files with 3 additions and 2 deletions
|
|
@ -323,7 +323,7 @@ groups:
|
|||
- uid: argocd-app-out-of-sync
|
||||
title: ArgoCDAppOutOfSync
|
||||
condition: C
|
||||
for: 30m
|
||||
for: 5m
|
||||
noDataState: OK
|
||||
execErrState: Alerting
|
||||
annotations:
|
||||
|
|
@ -337,7 +337,7 @@ groups:
|
|||
- refId: A
|
||||
datasourceUid: prometheus
|
||||
relativeTimeRange:
|
||||
from: 300
|
||||
from: 60
|
||||
to: 0
|
||||
model:
|
||||
expr: >-
|
||||
|
|
|
|||
1
docs/changelog.d/+tune-argocd-outofsync-alert.infra.md
Normal file
1
docs/changelog.d/+tune-argocd-outofsync-alert.infra.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Tighten ArgoCDAppOutOfSync alert: reduce pending duration from 30m to 5m and lookback window from 5m to 1m so alerts clear faster after sync.
|
||||
Loading…
Add table
Add a link
Reference in a new issue