C2(deploy-infra-alerting): impl fix TextfileStale noDataState to OK
Same pattern as PodNotReady: when no textfiles are stale, the query returns no data. noDataState=Alerting incorrectly treats this as a problem. Changed to OK. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d9ab004479
commit
da452e2bf5
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ groups:
|
|||
title: TextfileStale
|
||||
condition: C
|
||||
for: 15m
|
||||
noDataState: Alerting
|
||||
noDataState: OK
|
||||
execErrState: Alerting
|
||||
annotations:
|
||||
summary: >-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue