From ff458af25e1801e57a6035fe325b3580af8c7057 Mon Sep 17 00:00:00 2001 From: Andrii Chubatiuk Date: Mon, 10 Jun 2024 13:26:03 +0300 Subject: [PATCH] removed exclusion of recording label in alert expression, which is utilized in alert annotations (#6441) ### Describe Your Changes Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6439 ### Checklist The following checks are **mandatory**: - [ ] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/). --- deployment/docker/alerts-vmalert.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/docker/alerts-vmalert.yml b/deployment/docker/alerts-vmalert.yml index bae602201..af7895da3 100644 --- a/deployment/docker/alerts-vmalert.yml +++ b/deployment/docker/alerts-vmalert.yml @@ -40,7 +40,7 @@ groups: Check vmalert's logs for detailed error message." - alert: RecordingRulesNoData - expr: sum(vmalert_recording_rules_last_evaluation_samples) without(recording, id) < 1 + expr: sum(vmalert_recording_rules_last_evaluation_samples) without(id) < 1 for: 30m labels: severity: info