VictoriaMetrics/app/vmselect
Dmytro Kozlov 6734d77d97
vmselect/prometeus: Add limit param to api/v1/series api endpoint (#2851)
* issue-2841: Add limit param to api/v1/series api endpoint

* issue-2841: add change log

* issue-2841: update logic

* issue-2841: simplify logic

* issue-2841: simplify logic, add information to documentation
2022-07-11 20:37:20 +03:00
..
bufferedwriter
clusternative
deployment
graphite
graphiteql
multiarch
netstorage app/vmselect/netstorage: add benchmarks for mergeSortBlocks 2022-07-11 12:53:46 +03:00
prometheus vmselect/prometeus: Add limit param to api/v1/series api endpoint (#2851) 2022-07-11 20:37:20 +03:00
promql
querystats
searchutils
vmui
main.go
Makefile
README.md

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.

The vmui directory contains static contents built from app/vmui package with make vmui-update command. The vmui page is available at http://<vmselect>:8481/select/<accountID>/vmui/.