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 75cc7922c3)
This commit is contained in:
Thomas Danielsson 2024-09-19 07:11:30 +00:00 committed by hagen1778
parent 7e0ff1ee46
commit 066137feaa
No known key found for this signature in database
GPG Key ID: 3BF75F3741CA9640

View File

@ -46,7 +46,7 @@ groups:
severity: info 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"
description: "Recording rule \"{{ $labels.recording }}\" from group \"{{ $labels.group }}\" description: "Recording rule \"{{ $labels.recording }}\" from group \"{{ $labels.group }}\"
produces 0 samples over the last 30min. It might be caused by a misconfiguration produces 0 samples over the last 30min. It might be caused by a misconfiguration
or incorrect query expression." or incorrect query expression."