VictoriaMetrics/app/vmselect
2022-11-17 01:21:56 +02:00
..
bufferedwriter
clusternative
deployment
graphite
graphiteql
multiarch
netstorage app/{vminsert,vmselect}: test initialization with different number of storage nodes 2022-11-09 11:48:39 +02:00
prometheus app: follow-up after ec04fcac93 2022-10-06 14:54:15 +03:00
promql app/vmselect/promql: add range_stdvar() and range_stddev() functions for calculating variance and deviation over time series on the selected time range 2022-11-17 01:03:02 +02:00
querystats
searchutils
vmui app/vmselect/vmui: make vmui-update after bc8a782f74 2022-11-17 01:21:56 +02:00
main.go docs/{vminsert,vmselect}: clarify flag description for clusternativeListenAddr (#3314) 2022-11-04 09:49:53 +01:00
Makefile app/{vminsert,vmselect,vmstorage}: add package-{vminsert,vmselect,vmstorage}-{goarch} Makefile rules for building arch-specific docker images 2022-10-07 20:17:01 +03:00
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/.