VictoriaMetrics/app
Roman Khavronenko c8ac8f44b2
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:59 +03:00
..
vmagent app/{vminsert,vmagent}: add ability to ingest data via DataDog "submit metrics" API 2021-09-29 00:12:26 +03:00
vmalert app/vmalert: remove unnecessary omitempty tag for interval param (#1649) 2021-09-23 20:47:56 +03:00
vmauth app/vmauth: do not log invalid auth tokens by default for security reasons 2021-09-14 12:20:17 +03:00
vmbackup docs/vmbackup.md: update the outdated link to vmbackupmanager 2021-09-13 14:17:53 +03:00
vmbackupmanager docs/{vmgateway,vmbackupmanager}: mention that enterprise binaries are free for download and evaluation 2021-08-27 14:53:48 +03:00
vmctl app/vmctl: fix misleading comment about cluster version for native mode (#1648) 2021-09-23 20:47:56 +03:00
vmgateway docs/{vmgateway,vmbackupmanager}: mention that enterprise binaries are free for download and evaluation 2021-08-27 14:53:48 +03:00
vminsert app/{vminsert,vmagent}: add ability to ingest data via DataDog "submit metrics" API 2021-09-29 00:12:26 +03:00
vmrestore lib/envflag: add a link to docs for -envflag.enable 2021-08-11 10:32:40 +03:00
vmselect app/vmselect: rm quantile_over_time fast-path optimisations (#1662) 2021-09-29 00:35:59 +03:00
vmstorage lib/storage: properly search series by multiple tag filters matching empty labels such as foo{bar=~"baz|",x=~"y|"} 2021-09-09 21:12:53 +03:00
vmui vmui: use Chart.js as default engine for graph (#1634) 2021-09-27 22:27:49 +03:00