VictoriaMetrics/app/vmalert/rule
Hui Wang 68bad22fd2
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>
2024-10-29 16:30:39 +01:00
..
alerting_test.go vmalert: fix variable $activeAt value when templating rule annotation in replay mode 2024-09-20 11:07:40 +02:00
alerting.go vmalert: integrate with victorialogs (#7255) 2024-10-29 16:30:39 +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:18:24 +02:00
group_timing_test.go tests: fix slice init length (#6897) 2024-08-30 10:55:25 +02:00
group.go vmalert: integrate with victorialogs (#7255) 2024-10-29 16:30:39 +01:00
recording_test.go vmalert: integrate with victorialogs (#7255) 2024-10-29 16:30:39 +01:00
recording.go vmalert: integrate with victorialogs (#7255) 2024-10-29 16:30:39 +01:00
rule_test.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00
rule.go docs: update vmalert and vmagent docs (#6207) 2024-04-30 10:27:06 +02:00
test_helpers.go app/vmalert/rule: reduce number of allocations for getStaleSeries fn (#6269) 2024-05-14 14:43:39 +02:00
utils_test.go docs: fixes misspelled typos 2024-09-13 12:14:24 +02:00
utils.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00