VictoriaMetrics/app/vmselect
Aliaksandr Valialkin c86286ec1d app/vmselect/promql: do not ajdust offset value provided in the query
Previously it could be modified in order to improve response cache hit ratio.
This is unneeded, since cache hit ratio should remain good because the query time range
should be already aligned to multiple of `step` values.

See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/976
2020-12-27 14:09:25 +02:00
..
bufferedwriter app/vmselect: stop /api/v1/export/* execution if client disconnects 2020-09-27 23:53:13 +03:00
graphite app/vmselect/graphite: properly handle wildcards and charsets inside curly braces 2020-12-11 17:24:12 +02:00
netstorage all: properly handle CPU limits set on the host system/container 2020-12-08 21:07:29 +02:00
prometheus app/vmselect: sync query stats handling with cluster version 2020-12-27 13:00:29 +02:00
promql app/vmselect/promql: do not ajdust offset value provided in the query 2020-12-27 14:09:25 +02:00
querystats app/vmselect: sync query stats handling with cluster version 2020-12-27 13:00:29 +02:00
searchutils app/vmselect/searchutils: return elapsed time in Deadline.String() output 2020-12-01 00:15:18 +02:00
main.go app/vmselect: sync query stats handling with cluster version 2020-12-27 13:00:29 +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.