mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-27 13:38:45 +03:00
vmselect performs the following tasks:
-
Splits incoming selects to tasks for
vmstoragenodes and issues these tasks to all thevmstoragenodes in the cluster. -
Merges responses from all the
vmstoragenodes 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/.