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