mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-01 14:47:38 +00:00
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:
parent
6c6e469bfb
commit
c9837de9cd
1 changed files with 6 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue