VictoriaMetrics/app/vmselect
2022-06-28 20:18:31 +03:00
..
bufferedwriter app/vmselect/bufferedwriter: suppress trivial network errors, which can be generated by remote side 2022-03-18 19:27:33 +02:00
deployment
graphite lib/storage: return marshaled metric names from SearchMetricNames 2022-06-28 18:16:32 +03:00
graphiteql
multiarch deployment/docker: embed tzdata into prod Go app instead of installing it into base docker image 2021-02-12 04:56:27 +02:00
netstorage app/vmselect: expose additional histograms at /metrics page, which may help get more insights for the query workload 2022-06-28 20:18:31 +03:00
prometheus app/vmselect/prometheus: reduce the default value for -search.maxSeries from 100k to 30k 2022-06-28 18:22:24 +03:00
promql app/vmselect: expose additional histograms at /metrics page, which may help get more insights for the query workload 2022-06-28 20:18:31 +03:00
querystats app/vmselect: do not track queries with less than 1ms execution time at /api/v1/status/top_queries 2021-07-15 16:53:35 +03:00
searchutils app/vmselect: add optional limit query arg to /api/v1/labels and /api/v1/label_values endpoints 2022-06-10 10:24:07 +03:00
vmui vmui: added query tracing (#2748) 2022-06-23 23:00:45 +03:00
main.go app/vmselect: typo fix in the exported metric name: vm_http_request_total -> vm_http_requests_total 2022-06-22 13:18:03 +03:00
Makefile app/{vminsert,vmselect}: automatically add missing port in -storageNode lists passed to vminsert and vmselect 2021-09-15 18:04:30 +03: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

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