VictoriaMetrics/app/vmselect
2023-02-13 09:32:35 -08:00
..
bufferedwriter lib/netutil: move IsTrivialNetworkError() function there, since it is used in multiple places across the code 2023-01-27 13:24:44 -08:00
clusternative lib/vmselectapi: limit the number of concurrently executed requests 2023-01-06 18:39:46 -08:00
deployment
graphite all: use metricsql.CompileRegexp instead of regexp.Compile for compiling regexps used in graphite queries 2023-01-09 21:45:34 -08:00
graphiteql app,lib: fix typos in comments (#3804) 2023-02-13 09:32:35 -08:00
multiarch all: run apk update && apk upgrade in base Alpine Docker image in order to get all the recent security fixes 2023-02-09 14:03:02 -08:00
netstorage app,lib: fix typos in comments (#3804) 2023-02-13 09:32:35 -08:00
prometheus app/vmselect/promql: typo fix after 0771d57860 2023-01-11 01:06:18 -08:00
promql app,lib: fix typos in comments (#3804) 2023-02-13 09:32:35 -08:00
querystats
searchutils app/vmselect/searchutils: accept partial RFC3339 values at time, start and end query args 2022-12-28 19:46:21 -08:00
static/css app/vmselect: properly serve static css for /select/.../metric-relabel-debug page 2022-12-10 03:04:43 -08:00
vmui app/vmui: show median instead of avg on graph tooltip and line legend 2023-02-11 12:52:50 -08:00
main.go lib/netutil: init implimentation of proxy protocol (#3687) 2023-01-26 23:25:22 -08:00
Makefile
README.md
vmui.go app/vmselect: follow-up after 820312a2b1 2023-01-11 23:37:51 -08: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/.