VictoriaMetrics/app/vmselect
Aliaksandr Valialkin 6a185b7809 app/vmselect: add ability to pass match[], start and end to /api/v1/labels
This makes the `/api/v1/labels` handler consistent with already existing functionality for `/api/v1/label/.../values`.

See https://github.com/prometheus/prometheus/issues/6178 for more details.
2019-12-15 00:20:43 +02:00
..
deployment all: publish Docker images for the following GOARCH: amd64, arm, arm64, ppc64le and 386 2019-12-11 23:33:11 +02:00
netstorage app/vmselect: add ability to pass match[], start and end to /api/v1/labels 2019-12-15 00:20:43 +02:00
prometheus app/vmselect: add ability to pass match[], start and end to /api/v1/labels 2019-12-15 00:20:43 +02:00
promql all: rename Extended PromQL to PromQL extensions 2019-12-12 19:29:59 +02:00
main.go app/vmselect: add placeholders for /api/v1/rules and /api/v1/alerts 2019-12-03 19:38:09 +02:00
Makefile all: publish Docker images for the following GOARCH: amd64, arm, arm64, ppc64le and 386 2019-12-11 23:33:11 +02:00
README.md all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00

vmselect performs the following tasks:

  • Splits incoming selects to tasks for vmstorage nodes and issues these tasks to all the vmstorage nodes in the cluster.

  • Merges responses from all the vmstorage nodes and returns a single response.