VictoriaMetrics/app/vmalert/rule
Hui Wang abcb21aa5e
vmalert: fix alert firing state in replay mode (#5192)
fix possible missing firing states for alerting rules in replay mode
Before if one firing stage is bigger than single query request range, like rule with a big `for`, alerting rule won't able to be detected as firing.

Co-authored-by: hagen1778 <roman@victoriametrics.com>
2023-10-30 13:54:18 +01:00
..
alerting.go vmalert: fix alert firing state in replay mode (#5192) 2023-10-30 13:54:18 +01:00
alerting_test.go vmalert: fix alert firing state in replay mode (#5192) 2023-10-30 13:54:18 +01:00
group.go app/vmalert: remove unclear comment 2023-10-26 15:41:35 +02:00
group_test.go app/vmalert: fix typo in tests 2023-10-25 16:28:27 +02:00
recording.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00
recording_test.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00
rule.go all: consistently use %w instead of %s in when error is passed to fmt.Errorf() 2023-10-25 21:24:03 +02:00
rule_test.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00
test_helpers.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00
utils.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00
utils_test.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00