VictoriaMetrics/app/vmselect
Aliaksandr Valialkin 26dc21cf64 app/vmselect/promql: add increases_over_time and decreases_over_time functions
`increases_over_time(q[d])` returns the number of `q` increases during the given duration `d`.
`decreases_over_time(q[d])` returns the number of `q` decreases during the given duration `d`.
2019-09-25 20:38:44 +03:00
..
netstorage app/vmselect/netstorage: adaptively adjust the maximum inmemory file size for storing temporary blocks 2019-09-03 13:32:09 +03:00
prometheus app/vmselect/prometheus: do not adjust start and end args in /api/v1/query_range if nocache=1 arg is set 2019-09-04 13:10:09 +03:00
promql app/vmselect/promql: add increases_over_time and decreases_over_time functions 2019-09-25 20:38:44 +03:00
main.go all: return 503 http error if service is temporarily unavailable 2019-08-23 09:55:07 +03: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.