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

This commit is contained in:
7840vz 2023-04-26 13:57:41 +03:00 committed by GitHub
parent bc17f4828c
commit 43ededf3a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"