VictoriaMetrics/app/vmselect
Artem Fetishev a4e41730e0
app/{vmselect,vlselect}: run make vmui-update vmui-logs-update
Signed-off-by: Artem Fetishev <rtm@victoriametrics.com>
2025-05-09 15:56:36 +02:00
..
clusternative app/vmselect: rename app/vmselect/searchutils to app/vmselect/searchutil for the sake of consistency for *util package naming 2025-03-26 17:04:50 +01:00
deployment all: suppress InvalidDefaultArgInFrom warning emitted by docker build when building Docker packages via make package-* command 2024-09-03 14:05:43 +02:00
graphite docs: move Graphite related docs to Integrations section () 2025-05-06 12:12:30 +02:00
graphiteql app/vmselect: use strings.EqualFold instead of strings.ToLower where appropriate 2024-05-12 10:21:24 +02:00
multiarch packaging/fips: add binaries build in FIPS mode 2025-05-06 17:24:07 +02:00
netstorage use new canonical urls to cluster-victoriametrics docs: https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/ 2025-04-30 18:54:25 +02:00
prometheus use new canonical urls to single-server-victoriametrics docs: https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/ 2025-04-30 22:35:40 +02:00
promql vendor/metricsql: properly parse quoted label names 2025-05-07 19:01:38 +02:00
querystats vmselect: add support of multi-tenant queries () 2024-10-01 16:37:18 +02:00
searchutil app/vmselect: rename app/vmselect/searchutils to app/vmselect/searchutil for the sake of consistency for *util package naming 2025-03-26 17:04:50 +01:00
static/css app/vmselect: properly serve static css for /select/.../metric-relabel-debug page 2022-12-10 03:04:43 -08:00
stats lib/storage/metricnamestats: allow regex for match_pattern 2025-04-22 11:30:59 +03:00
vmui app/{vmselect,vlselect}: run make vmui-update vmui-logs-update 2025-05-09 15:56:36 +02:00
main.go lib/httpserver: move ServeWithOpts to Serve 2025-05-06 18:05:55 +02:00
Makefile make: add darwin builds for cluster () 2024-10-08 10:19:04 +02:00
README.md app/vmselect: expose vmui at /vmselect/<accountID>/vmui/ instead of /vmselect/<accountID>/prometheus/vmui/ 2021-07-10 12:32:21 +03:00
vmui.go vmui: fix predefined panels 2024-11-28 13:50:02 +01: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.

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/.