VictoriaMetrics/app
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
..
victoria-metrics all: use gozstd instead of pure Go zstd for GOARCH=amd64 2019-12-24 12:42:42 +02:00
vmbackup all: use gozstd instead of pure Go zstd for GOARCH=amd64 2019-12-24 12:42:42 +02:00
vminsert app/vminsert: return StatusNoContent http response for /api/v1/import to be consistent with other insert handlers 2019-12-19 01:21:54 +02:00
vmrestore all: use gozstd instead of pure Go zstd for GOARCH=amd64 2019-12-24 12:42:42 +02:00
vmselect 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
vmstorage lib/storage: remove metricID with missing metricID->metricName entry 2019-12-02 20:46:44 +02:00