VictoriaMetrics/app/vmalert/datasource
Haleygo 0212219f6c
vmalert: add eval_offset for group (#4693)
Adds `eval_offset` attribute for Groups.
If specified, Group will be evaluated at the exact time offset on the range of [0...evaluationInterval].
The setting might be useful for cron-like rules which must be evaluated at specific moments of time.

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

Signed-off-by: Haley Wang <pipilong.25@gmail.com>
Co-authored-by: hagen1778 <roman@victoriametrics.com>
(cherry picked from commit 45c0e4bb31)
2023-09-07 10:59:14 +02:00
..
datasource.go vmalert: add eval_offset for group (#4693) 2023-09-07 10:59:14 +02:00
datasource_test.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:30:54 +03:00
init.go fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 02:22:06 -07:00
vm.go vmalert: add eval_offset for group (#4693) 2023-09-07 10:59:14 +02:00
vm_graphite_api.go app/vmalert/datasource/graphite: allow overriding "from" parameter for datasource queries (#4687) 2023-07-22 14:18:52 -07:00
vm_prom_api.go vmalert: add eval_offset for group (#4693) 2023-09-07 10:59:14 +02:00
vm_prom_api_test.go vmalert: add eval_offset for group (#4693) 2023-09-07 10:59:14 +02:00
vm_test.go vmalert: correctly re-instantinate HTTP req on retries (#4864) 2023-08-27 09:04:42 +02:00