Deprecated: vmui functionality was built in to victoriametrics/victoria-metrics as well as vmselect.
3.5K
VictoriaMetrics UI (vmui) is a user-friendly and powerful web-based user interface for VictoriaMetrics. It allows you to write and execute queries, explore metrics, and build visualizations to better understand your time series data.
vmui is a standalone service that connects to a VictoriaMetrics data source (either a single-node instance or a cluster's vmselect component).
To run vmui connected to VictoriaMetrics:
Bash
docker run -d --name vmui -p 9090:9090\
victoriametrics/vmui:latest\
-datasource.url=http://<victoriametrics-addr>:8428
Then, access the UI by navigating to http://localhost:9090 in your web browser.
-datasource.url: The URL of the VictoriaMetrics data source. This is the only required flag for basic operation.
-httpListenAddr: The TCP address for the vmui web server to listen on. Default: :8428. Note: The Docker image exposes port 9090 by default.
For support, questions, and feedback, please use the following channels:
Slack: Join our community Slack for real-time discussions.
Community Forum: Ask questions on our community forum.
Bug Reports: File a bug report on GitHub.
The source code for vmui is available in the VictoriaMetrics GitHub repository: https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/app/vmui
No tags have been pushed to this repository yet.