diff --git a/app/vmalert/README.md b/app/vmalert/README.md index 072f646ab..26f954581 100644 --- a/app/vmalert/README.md +++ b/app/vmalert/README.md @@ -695,10 +695,10 @@ may get empty response from datasource and produce empty recording rules or rese vmalert evaluation when data is delayed -_By default recently written samples to VictoriaMetrics aren't visible for queries for up to 30s. -This behavior is controlled by `-search.latencyOffset` command-line flag on vmselect. Usually, this results into -a 30s shift for recording rules results. -Note that too small value passed to `-search.latencyOffset` may lead to incomplete query results._ +By default recently written samples to VictoriaMetrics aren't visible for queries for up to 30s. +This behavior is controlled by `-search.latencyOffset` command-line flag and the `latency_offset` query ag at `vmselect`. +Usually, this results into a 30s shift for recording rules results. +Note that too small value passed to `-search.latencyOffset` or to `latency_offest` query arg may lead to incomplete query results. Try the following recommendations in such cases: diff --git a/docs/vmalert.md b/docs/vmalert.md index f32eb4b3f..30c04c696 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -699,10 +699,10 @@ may get empty response from datasource and produce empty recording rules or rese vmalert evaluation when data is delayed -_By default recently written samples to VictoriaMetrics aren't visible for queries for up to 30s. -This behavior is controlled by `-search.latencyOffset` command-line flag on vmselect. Usually, this results into -a 30s shift for recording rules results. -Note that too small value passed to `-search.latencyOffset` may lead to incomplete query results._ +By default recently written samples to VictoriaMetrics aren't visible for queries for up to 30s. +This behavior is controlled by `-search.latencyOffset` command-line flag and the `latency_offset` query ag at `vmselect`. +Usually, this results into a 30s shift for recording rules results. +Note that too small value passed to `-search.latencyOffset` or to `latency_offest` query arg may lead to incomplete query results. Try the following recommendations in such cases: