docs/vmalert: mention step param when comapring rule results to raw queries

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2024-02-06 22:32:46 +01:00 committed by Aliaksandr Valialkin
parent c634859c4f
commit eb90f2170a
No known key found for this signature in database
GPG Key ID: 52C003EE2BCDB9EB

View File

@ -155,8 +155,11 @@ name: <string>
# 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: <bool> | default true]