mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-07 08:32:18 +01:00
docs/vmalert: mention step
param when comapring rule results to raw queries
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
c634859c4f
commit
eb90f2170a
@ -155,8 +155,11 @@ name: <string>
|
|||||||
# Optional
|
# Optional
|
||||||
# The evaluation timestamp will be aligned with group's interval,
|
# The evaluation timestamp will be aligned with group's interval,
|
||||||
# instead of using the actual timestamp that evaluation happens at.
|
# 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
|
# See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5049
|
||||||
# Available starting from v1.95
|
# Available starting from v1.95
|
||||||
[ eval_alignment: <bool> | default true]
|
[ eval_alignment: <bool> | default true]
|
||||||
|
Loading…
Reference in New Issue
Block a user