VictoriaMetrics/app/vmselect
Aliaksandr Valialkin d880325cf6 app/vmselect/promql: make sure AdjustStartEnd returns time range covering the same number of points as the initial time range
This should prevent from the following panic at app/vmselect/promql/binary_op.go:255:

    BUG: len(leftVaues) must match len(rightValues) and len(dstValues)
2019-12-24 22:45:56 +02:00
..
netstorage app/vmselect/netstorage: move MustAdviseSequentialRead to lib/fs 2019-12-23 23:16:11 +02:00
prometheus app/vmselect: add -search.maxExportDuration command-line flag for limiting /api/v1/export duration 2019-12-20 11:35:22 +02:00
promql app/vmselect/promql: make sure AdjustStartEnd returns time range covering the same number of points as the initial time range 2019-12-24 22:45:56 +02:00
main.go app/vmselect: add placeholders for /api/v1/rules and /api/v1/alerts 2019-12-03 19:36:33 +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.