VictoriaMetrics/app/vmselect
Aliaksandr Valialkin 1458450dba app/vmselect/promql: return the correct time series from quantile
Previously arbitrary time series could be returned from `quantile`
depending on sort order for the last data point in the selected range.

Fix this by returning the calculated time series.

Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/55
2019-06-06 17:07:31 +03:00
..
netstorage all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
prometheus app/vmselect: consume resultsCh data in exportHandler if writeResponseFunc failed to consume it 2019-05-24 14:54:31 +03:00
promql app/vmselect/promql: return the correct time series from quantile 2019-06-06 17:07:31 +03:00
main.go lib/timerpool: use timer pool in concurrency limiters 2019-05-28 17:20:10 +03:00
README.md all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00

vmselect performs the incoming queries and fetches the required data from vmstorage.