mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-04 16:51:11 +01:00
docs: add vmui section to cluster docs
Some checks are pending
publish-docs / Build (push) Waiting to run
Some checks are pending
publish-docs / Build (push) Waiting to run
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
@ -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.
|
> 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
|
## Multitenancy
|
||||||
|
|
||||||
VictoriaMetrics cluster supports multiple isolated tenants (aka namespaces).
|
VictoriaMetrics cluster supports multiple isolated tenants (aka namespaces).
|
||||||
|
Loading…
Reference in New Issue
Block a user