Commit 5cef4c5
fix(alerts): correct DiskBufferUsage template variable and severity casing
The DiskBufferUsage alert summary uses $labels.hostname without Go
template braces, causing the literal string "$labels.hostname" to be
displayed instead of the actual node hostname. Additionally, the
severity label uses "Warning" (capital W) while all other logging
alerts use lowercase.
Fix:
- Wrap $labels.hostname in {{ }} template braces in the summary
- Change severity from "Warning" to "warning" for consistency
Ref: https://redhat.atlassian.net/browse/LOG-9461
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 218eb4a commit 5cef4c5
2 files changed
Lines changed: 4 additions & 4 deletions
File tree
- bundle/manifests
- config/prometheus
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments