VictoriaMetrics/app/vmselect
Aliaksandr Valialkin d9d01f976b app/vmselect/promql: remove spikes from increase() and delta() results on time series with spare irregular data points
Do not take into account spare data point value if the next point will is located too far from the current point.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/894
2020-11-13 15:23:44 +02:00
..
bufferedwriter app/vmselect: stop /api/v1/export/* execution if client disconnects 2020-09-27 23:53:13 +03:00
graphite all: consistently return text-based HTTP responses with charset=utf-8 2020-11-13 10:35:41 +02:00
netstorage app/vmselect: optimize querying for /api/v1/labels and /api/v1/label/<name>/values when start and end args are set 2020-11-05 01:01:33 +02:00
prometheus all: consistently return text-based HTTP responses with charset=utf-8 2020-11-13 10:35:41 +02:00
promql app/vmselect/promql: remove spikes from increase() and delta() results on time series with spare irregular data points 2020-11-13 15:23:44 +02:00
searchutils app/vmselect: make sure the request doesnt wait in pending queue more than the configured timeout 2020-09-22 01:23:19 +03:00
main.go all: consistently return text-based HTTP responses with charset=utf-8 2020-11-13 10:35:41 +02: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.