VictoriaMetrics/app
Roman Khavronenko 03cd93bf1a
app/vmselect: rm quantile_over_time fast-path optimisations (#1662)
The removed fast path optimisations weren't consistent with
`quantile` function behavior and results into discrepancy.
Specifically, results didn't match in cases when:
* 0 < phi > 1;
* values contain only one element.

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2021-09-29 00:35:14 +03:00
..
victoria-metrics app/victoria-metrics/testdata/graphite/max_lookback_unset.json: fix the test after c4c77aa2dd 2021-09-27 21:41:14 +03:00
vmagent app/{vminsert,vmagent}: add ability to ingest data via DataDog "submit metrics" API 2021-09-29 00:13:08 +03:00
vmalert app/vmalert: remove unnecessary omitempty tag for interval param (#1649) 2021-09-23 17:55:59 +03:00
vmauth app/vmauth: do not log invalid auth tokens by default for security reasons 2021-09-14 12:20:03 +03:00
vmbackup docs/vmbackup.md: update the outdated link to vmbackupmanager 2021-09-13 14:16:53 +03:00
vmbackupmanager docs/{vmgateway,vmbackupmanager}: mention that enterprise binaries are free for download and evaluation 2021-08-27 14:54:09 +03:00
vmctl app/vmctl: fix misleading comment about cluster version for native mode (#1648) 2021-09-23 17:57:25 +03:00
vmgateway docs/{vmgateway,vmbackupmanager}: mention that enterprise binaries are free for download and evaluation 2021-08-27 14:54:09 +03:00
vminsert app/{vminsert,vmagent}: add ability to ingest data via DataDog "submit metrics" API 2021-09-29 00:13:08 +03:00
vmrestore lib/envflag: add a link to docs for -envflag.enable 2021-08-11 10:29:33 +03:00
vmselect app/vmselect: rm quantile_over_time fast-path optimisations (#1662) 2021-09-29 00:35:14 +03:00
vmstorage li/storage: re-use the per-day inverted index search code for searching in global index 2021-07-30 10:31:37 +03:00
vmui vmui: use Chart.js as default engine for graph (#1634) 2021-09-27 22:26:14 +03:00