VictoriaMetrics/app/vmalert/rule
Roman Khavronenko 4e8c762fd9
app/vmalert: add label file pointing to the group's filename to metrics (#5281)
The filename should help identifying alerting rules belonging to specific groups
with identical names but different filenames.

https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5267

Signed-off-by: hagen1778 <roman@victoriametrics.com>
(cherry picked from commit b5254199c6)
2023-11-02 16:02:29 +01:00
..
alerting.go app/vmalert: add label file pointing to the group's filename to metrics (#5281) 2023-11-02 16:02:29 +01:00
alerting_test.go app/vmalert: verify alert name correctness in restore test 2023-11-02 16:02:29 +01:00
group.go app/vmalert: remove unclear comment 2023-10-27 14:09:01 +02:00
group_test.go app/vmalert: fix typo in tests 2023-10-26 08:55:20 +02:00
recording.go app/vmalert: add label file pointing to the group's filename to metrics (#5281) 2023-11-02 16:02:29 +01:00
recording_test.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
rule.go all: consistently use %w instead of %s in when error is passed to fmt.Errorf() 2023-10-26 09:44:40 +02:00
rule_test.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
test_helpers.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
utils.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
utils_test.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00