mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-06-28 04:57:20 +03:00
The issue could happen subtly and be hard to debug. It might also generate confusing results. For example, if the system clock for vmalert is moved 30m backward, vmalert would reset the evaluation timestamps to 30m ago, causing duplicate evaluations for timestamps within that 30m window. Exposing a new group metric `vmalert_iteration_reset_total` to help debuging this issue. fixes: https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10985 https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10423.