VictoriaMetrics/app/vmselect/promql
Roman Khavronenko 0a8804d6aa
app/vmselect: make predict_linear and deriv compatible with Prometheus (#1681)
Previously, `predict_linear` returned slightly different results comparing
to Prometheus. The change makes linear regression algorithm compatible
with Prometheus.

`deriv` was excluded from the list of functions which can adjust the time
window for the same reasons.
2021-10-07 12:55:56 +03:00
..
active_queries.go
aggr.go app/vmselect/promql: add topk_last and bottomk_last functions 2021-09-30 13:23:27 +03:00
aggr_incremental.go
aggr_incremental_test.go
aggr_test.go
binary_op.go app/vmselect: fix binary comparison func (#1667) 2021-09-30 13:04:10 +03:00
eval.go
exec.go app/vmselect/promql: add topk_last and bottomk_last functions 2021-09-30 13:23:27 +03:00
exec_test.go app/vmselect: make predict_linear and deriv compatible with Prometheus (#1681) 2021-10-07 12:55:56 +03:00
memory_limiter.go
memory_limiter_test.go
parser.go
parser_test.go
rollup.go app/vmselect: make predict_linear and deriv compatible with Prometheus (#1681) 2021-10-07 12:55:56 +03:00
rollup_result_cache.go
rollup_result_cache_test.go
rollup_test.go app/vmselect: make predict_linear and deriv compatible with Prometheus (#1681) 2021-10-07 12:55:56 +03:00
rollup_timing_test.go
timeseries.go
timeseries_test.go
transform.go
tzdata.go