VictoriaMetrics/app
Aliaksandr Valialkin 9fa3f1dc57
app/vmselect/promql: do not extend too short lookbehind window for rate() function if it is set explicitly
Previously too short lookbehind window d for rate(m[d]) could be automatically extended
if it didn't cover at least two raw samples. This was needed in order to guarantee
non-empty results from rate(m[d]) on short time ranges.

Now the lookbehind window isn't extended if it is set explicitly,
since it is expected that the user knows what he is doing.

The lookbehind window continues to be extended when needed if it isn't set explicitly.
For example, in the case of rate(m).

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3483
2022-12-20 00:18:20 -08:00
..
victoria-metrics app/vmselect: add /expand-with-exprs page 2022-12-14 16:18:55 -08:00
vmagent lib/flagutil/bytes.go: properly handle values bigger than 2GiB on 32-bit architectures 2022-12-14 19:26:31 -08:00
vmalert docs/vmalert.md: mention latency_offset query arg, which has been added in 86dae56bd0 2022-12-16 17:20:37 -08:00
vmauth lib/flagutil: support for TB and TiB suffixes for command-line flags, which accept byte sizes 2022-12-14 17:52:32 -08:00
vmbackup lib/flagutil/bytes.go: properly handle values bigger than 2GiB on 32-bit architectures 2022-12-14 19:26:31 -08:00
vmbackupmanager lib/flagutil: support for TB and TiB suffixes for command-line flags, which accept byte sizes 2022-12-14 17:52:32 -08:00
vmctl all: update Go builder from v1.19.3 to v1.19.4 2022-12-08 16:41:24 -08:00
vmgateway lib/flagutil: support for TB and TiB suffixes for command-line flags, which accept byte sizes 2022-12-14 17:52:32 -08:00
vminsert app/{vmagent,vminsert}/datadog: make the host label optional in DataDog data ingestion protocol 2022-12-10 23:32:31 -08:00
vmrestore lib/flagutil/bytes.go: properly handle values bigger than 2GiB on 32-bit architectures 2022-12-14 19:26:31 -08:00
vmselect app/vmselect/promql: do not extend too short lookbehind window for rate() function if it is set explicitly 2022-12-20 00:18:20 -08:00
vmstorage lib/flagutil/bytes.go: properly handle values bigger than 2GiB on 32-bit architectures 2022-12-14 19:26:31 -08:00
vmui fix: prevent run query when selecting autocomplete option (#3480) 2022-12-13 09:30:05 -08:00