docs: add vmui section to cluster docs

It looks like users get confused with vmui availability in vmselect.
Adding a note about it to cluster docs should improve situation.

See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7631

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2024-11-24 14:18:26 +01:00
parent 6c6e469bfb
commit c9837de9cd
No known key found for this signature in database
GPG key ID: E92986095E0DD614

View file

@ -58,6 +58,12 @@ It increases cluster availability, and simplifies cluster maintenance as well as
> Note that `vmselect` despite being stateless still requires some disk space (a few GBs) for temporary caches. Refer to the `-cacheDataPath` command-line flag for more details.
## vmui
VictoriaMetrics cluster version provides UI for query troubleshooting and exploration. The UI is available at
`http://<vmselect>:8481/select/<accountID>/vmui/` in each `vmeselect` service.
The UI allows exploring query results via graphs and tables. See more details about [vmui](https://docs.victoriametrics.com/#vmui).
## Multitenancy
VictoriaMetrics cluster supports multiple isolated tenants (aka namespaces).