mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
alerts: decrease severity to info for RecordingRulesNoData (#4089)
This commit is contained in:
parent
bc17f4828c
commit
43ededf3a1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ groups:
|
|||
expr: sum(vmalert_recording_rules_last_evaluation_samples) by(job, group, recording) < 1
|
||||
for: 30m
|
||||
labels:
|
||||
severity: warning
|
||||
severity: info
|
||||
annotations:
|
||||
dashboard: "http://localhost:3000/d/LzldHAVnz?viewPanel=33&var-group={{ $labels.group }}"
|
||||
summary: "Recording rule {{ $labels.recording }} ({ $labels.group }}) produces no data"
|
||||
|
|
Loading…
Reference in a new issue