VictoriaMetrics/app/vmalert/rule
hagen1778 6c63ca18f5
app/vmalert: follow-up after c9375cac5e
c9375cac5e

Descriptions were updated in attempt to make it more clear for readers,
re-phrasing and linking missing docs.

`eval_delay` was added to tests to verify it can be unmarshalled.

`eval_delay` is now applied before timestamp alignment to make it more predictable.
Before, if delay < interval the timestamp won't be aligned.

`eval_delay` and `eval_offset` was added to API output.

`PreviouslySentSeriesToRW` converted to private `previouslySentSeriesToRW`.

Signed-off-by: hagen1778 <roman@victoriametrics.com>
(cherry picked from commit a216fe6728)
2023-10-25 14:39:49 +02:00
..
alerting.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
alerting_test.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
group.go app/vmalert: follow-up after c9375cac5e 2023-10-25 14:39:49 +02:00
group_test.go app/vmalert: follow-up after c9375cac5e 2023-10-25 14:39:49 +02:00
recording.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
recording_test.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
rule.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +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