From 066137feaad891ac35857d3eb6b33c368aa60953 Mon Sep 17 00:00:00 2001 From: Thomas Danielsson Date: Thu, 19 Sep 2024 07:11:30 +0000 Subject: [PATCH] typo: added missing '{' (#7044) ### Describe Your Changes Added missing `{` in vmalert rule. ### Checklist The following checks are **mandatory**: - [x] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/). (cherry picked from commit 75cc7922c36915af369601064e47eb849c94ee3f) --- 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 af7895da33..07d58fa8fb 100644 --- a/deployment/docker/alerts-vmalert.yml +++ b/deployment/docker/alerts-vmalert.yml @@ -46,7 +46,7 @@ groups: 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" + summary: "Recording rule {{ $labels.recording }} ({{ $labels.group }}) produces no data" description: "Recording rule \"{{ $labels.recording }}\" from group \"{{ $labels.group }}\" produces 0 samples over the last 30min. It might be caused by a misconfiguration or incorrect query expression."