VictoriaMetrics/app/vmselect/promql
Aliaksandr Valialkin ff18101d30 app/vmselect/promql: make sure AdjustStartEnd returns time range covering the same number of points as the initial time range
This should prevent from the following panic at app/vmselect/promql/binary_op.go:255:

    BUG: len(leftVaues) must match len(rightValues) and len(dstValues)
2019-12-24 22:45:49 +02:00
..
aggr.go all: rename Extended PromQL to PromQL extensions 2019-12-12 19:29:59 +02:00
aggr_incremental.go app/vmselect/promql: return NaN from count() over zero time series 2019-07-25 22:02:34 +03:00
aggr_incremental_test.go all: port to FreeBSD on GOARCH=amd64 2019-08-28 01:46:09 +03:00
aggr_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
arch.go app/vmselect/promql: use universal approach for determining maxByteSliceLen on 32-bit and 64-bit archs 2019-11-13 20:26:07 +02:00
binary_op.go app/vmselect/promql: binary operation fixes according to Prometheus behaviour 2019-09-13 17:43:09 +03:00
binary_op_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
eval.go app/vmselect/promql: make sure AdjustStartEnd returns time range covering the same number of points as the initial time range 2019-12-24 22:45:49 +02:00
exec.go app/vmselect/promql: add histogram aggregate function, which is useful for building heatmaps from multiple time series 2019-11-24 00:04:15 +02:00
exec_test.go app/vmselect/promql: return lower and upper bounds for the estimated percentile from histogram_quantile if third arg is passed 2019-12-11 14:00:18 +02:00
lexer.go app/vmselect/promql: allow negative offsets 2019-12-11 00:57:51 +02:00
lexer_test.go app/vmselect/promql: allow negative offsets 2019-12-11 00:57:51 +02:00
memory_limiter.go app/vmselect/promql: use dynamic limit on memory for concurrent queries 2019-06-12 23:18:23 +03:00
memory_limiter_test.go app/vmselect/promql: use dynamic limit on memory for concurrent queries 2019-06-12 23:18:23 +03:00
parser.go app/vmselect/promql: return matrix instead of vector on subqueries to /api/v1/query like Prometheus does 2019-12-11 00:57:54 +02:00
parser_test.go app/vmselect/promql: allow negative offsets 2019-12-11 00:57:51 +02:00
regexp_cache.go all: add support for GOARCH=386 and fix all the issues related to 32-bit architectures such as GOARCH=arm 2019-10-17 18:27:49 +03:00
rollup.go app/vmselect/promql: adjust calculations for rate and increase for the first value 2019-12-24 19:41:03 +02:00
rollup_result_cache.go app/vmselect/promql: fix panic on -search.disableCache 2019-08-21 17:12:01 +03:00
rollup_result_cache_test.go app/vmselect/promql: transparently apply prometheus_buckets in histogram_quantile 2019-11-23 11:49:16 +02:00
rollup_test.go app/vmselect/promql: adjust calculations for rate and increase for the first value 2019-12-24 19:41:03 +02:00
rollup_timing_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
timeseries.go app/vmselect/promql: store compressed results in the cache 2019-08-14 02:32:16 +03:00
timeseries_test.go app/vmselect/promql: store compressed results in the cache 2019-08-14 02:32:16 +03:00
transform.go app/vmselect/promql: return lower and upper bounds for the estimated percentile from histogram_quantile if third arg is passed 2019-12-11 14:00:18 +02:00