VictoriaMetrics/app/vmselect
Aliaksandr Valialkin 1c108fc494 app/vmselect/promql: add lifetime(q[d]) function, which returns the lifetime of q over d in seconds.
This function is useful for determining time series lifetime.
`d` must exceed the expected lifetime of the time series, otherwise
the function would return values close to `d`.
2019-08-16 11:59:32 +03:00
..
netstorage app/vmselect: optimize /api/v1/series by skipping storage data 2019-08-04 23:01:28 +03:00
prometheus app/vmselect: allow passing match[], start and time to /api/v1/label/<label_name>/values 2019-08-04 23:09:21 +03:00
promql app/vmselect/promql: add lifetime(q[d]) function, which returns the lifetime of q over d in seconds. 2019-08-16 11:59:32 +03:00
main.go app: add vm_concurrent_ metrics for visibility in concurrency limiters for vminsert and vmselect 2019-08-05 18:30:57 +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.