VictoriaMetrics/app/vmselect
Aliaksandr Valialkin 0455c03cb9 app/vmselect/promql: properly calculate rate on the first data point
It is calculated as `value / scrape_interval`, since the value was missing on the previous scrape,
i.e. we can assume its value was 0 at this time.
2019-12-24 15:55:52 +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: properly calculate rate on the first data point 2019-12-24 15:55:52 +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.