VictoriaMetrics/app/vmselect
Aliaksandr Valialkin 99e048c9df app/vmselect: allow passing match[], start and time to /api/v1/label/<label_name>/values
`/api/v1/label/<label_name>/values?match[]=q` emulates emulates `label_values(q, <label_name>)`
call in Grafana templating.
2019-08-04 23:09:21 +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: optimize /api/v1/series by skipping storage data 2019-08-04 23:01:28 +03:00
main.go app/vmselect: add /api/v1/labels/count handler for quick detection of labels with the maximum number of distinct values 2019-06-10 19:55:38 +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.