VictoriaMetrics/app/vmselect
Artem Fetishev c4fd62188a
app/{vmselect,vlselect}: run make vmui-update vmui-logs-update
Signed-off-by: Artem Fetishev <rtm@victoriametrics.com>
2025-03-07 14:15:38 +01:00
..
graphite make: bump golangci-lint to v1.63.4 ( 2025-01-13 07:18:04 +01:00
graphiteql app/vmselect: use strings.EqualFold instead of strings.ToLower where appropriate 2024-05-12 10:20:41 +02:00
netstorage lib/storage: add tracker for time series metric names statistics 2025-03-06 22:06:50 +01:00
prometheus docs: search.lookback-delta -> query.lookback-delta (#8280) 2025-02-11 22:15:39 +01:00
promql app/vmselect/promql: fix panic with using @ with series which is not present at the start of the query (#8445) 2025-03-06 16:42:19 +01:00
querystats all: consistently use stringsutil.JSONString() for formatting JSON strings with fmt.* functions instead of using "%q" formatter 2024-07-17 13:52:13 +02:00
searchutils metricsql: bump to v0.83.0 (#8141) 2025-02-01 22:22:29 +01:00
stats lib/storage: add tracker for time series metric names statistics 2025-03-06 22:06:50 +01:00
vmui app/{vmselect,vlselect}: run make vmui-update vmui-logs-update 2025-03-07 14:15:38 +01:00
main.go lib/storage: add tracker for time series metric names statistics 2025-03-06 22:06:50 +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: fix predefined panels 2024-11-28 13:47:37 +01: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/.