From eb90f2170adb624e151f04e756ba38533689707e Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Tue, 6 Feb 2024 22:32:46 +0100 Subject: [PATCH] docs/vmalert: mention `step` param when comapring rule results to raw queries Signed-off-by: hagen1778 --- docs/vmalert.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/vmalert.md b/docs/vmalert.md index d3bf33cfe2..cbcdc55429 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -155,8 +155,11 @@ name: # Optional # The evaluation timestamp will be aligned with group's interval, # instead of using the actual timestamp that evaluation happens at. -# By default, it's enabled to get more predictable results -# and to visually align with results plotted via Grafana or vmui. +# +# It is enabled by default to get more predictable results +# and to visually align with graphs plotted via Grafana or vmui. +# When comparing with raw queries, remember to use `step` equal to evaluation interval. +# # See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5049 # Available starting from v1.95 [ eval_alignment: | default true]