VictoriaMetrics/app/vmalert/rule
Hui Wang 9616814728
vmalert: integrate with victorialogs (#7255)
address https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6706.
See
https://github.com/VictoriaMetrics/VictoriaMetrics/blob/vmalert-support-vlog-ds/docs/VictoriaLogs/vmalert.md.

Related fix
https://github.com/VictoriaMetrics/VictoriaMetrics/pull/7254.

Note: in this pull request, vmalert doesn't support
[backfilling](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/vmalert-support-vlog-ds/docs/VictoriaLogs/vmalert.md#rules-backfilling)
for rules with a customized time filter. It might be added in the
future, see [this
issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7289)
for details.

Feature can be tested with image
`victoriametrics/vmalert:heads-vmalert-support-vlog-ds-0-g420629c-scratch`.

---------

Signed-off-by: hagen1778 <roman@victoriametrics.com>
Co-authored-by: hagen1778 <roman@victoriametrics.com>
(cherry picked from commit 68bad22fd2)
2024-10-29 16:32:00 +01:00
..
alerting.go vmalert: integrate with victorialogs (#7255) 2024-10-29 16:32:00 +01:00
alerting_test.go vmalert: fix variable $activeAt value when templating rule annotation in replay mode 2024-09-20 17:34:54 +02:00
group.go vmalert: integrate with victorialogs (#7255) 2024-10-29 16:32:00 +01:00
group_test.go vmalert: fix blocking hot-reload process if the old rule group hasn't started yet (#7258) 2024-10-18 11:42:47 +02:00
group_timing_test.go tests: fix slice init length (#6897) 2024-08-30 11:18:21 +02:00
recording.go vmalert: integrate with victorialogs (#7255) 2024-10-29 16:32:00 +01:00
recording_test.go vmalert: integrate with victorialogs (#7255) 2024-10-29 16:32:00 +01:00
rule.go docs: update vmalert and vmagent docs (#6207) 2024-04-30 10:30:19 +02:00
rule_test.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
test_helpers.go app/vmalert/rule: reduce number of allocations for getStaleSeries fn (#6269) 2024-05-16 09:35:51 +02:00
utils.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
utils_test.go docs: fixes misspelled typos 2024-09-13 13:19:03 +02:00