VictoriaMetrics/app/vmselect
2024-01-24 17:55:06 +01:00
..
graphite app/vmselect/graphite: properly handle -N index for the array of N items 2024-01-16 21:05:01 +02:00
graphiteql app,lib: fix typos in comments (#3804) 2023-02-13 13:27:13 +01:00
netstorage app/vmselect/netstorage: limit the initial size for brsPoolCap with 32Kb 2024-01-23 22:29:39 +02:00
prometheus docs: use persistent links to Grafana dashboards 2024-01-22 00:17:17 +02:00
promql app/vmselect/promql: remove superflouos memory allocations at aggrPrepareSeries() 2024-01-23 02:28:31 +02:00
querystats app/vmselect: do not track queries with less than 1ms execution time at /api/v1/status/top_queries 2021-07-15 16:44:28 +03:00
searchutils all: add support for or filters in series selectors 2023-07-16 00:06:33 -07:00
vmui app/vmselect/vmui: run make vmui-update in order to sync recent changes in app/vmui 2024-01-23 04:31:44 +02:00
main.go vmsingle/vmselect returns http status 429 (TooManyRequests) instead of 503 (ServiceUnavailable) when max concurrent requests limit is reached. (#5682) 2024-01-24 17:55:06 +01:00
README.md app/vmui: move source code from https://github.com/VictoriaMetrics/vmui to app/vmui 2021-07-09 17:15:23 +03:00
vmui.go vmui: add flag for default timezone setting (#5611) 2024-01-23 04:11:19 +02:00

vmselect performs the incoming queries and fetches the required data from vmstorage.

The vmui directory contains static contents built from app/vmui package with make vmui-update command. The vmui page is available at http://<victoria-metrics>:8428/vmui/.