alerts: decrease severity to info for RecordingRulesNoData (#4089)

This commit is contained in:
7840vz 2023-04-26 13:57:41 +03:00 committed by Aliaksandr Valialkin
parent f425123116
commit d7157e582c
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -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"