mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
deployment: add topology visualizations (#5858)
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
340638d4b0
commit
840ab60111
4 changed files with 2819 additions and 0 deletions
|
@ -38,6 +38,8 @@ The communication scheme between components is the following:
|
||||||
and recording rules back to it;
|
and recording rules back to it;
|
||||||
* [alertmanager](#alertmanager) is configured to receive notifications from `vmalert`.
|
* [alertmanager](#alertmanager) is configured to receive notifications from `vmalert`.
|
||||||
|
|
||||||
|
<img alt="VictoriaMetrics single-server deployment" width="500" src="assets/vm-single-server.png">
|
||||||
|
|
||||||
To access Grafana use link [http://localhost:3000](http://localhost:3000).
|
To access Grafana use link [http://localhost:3000](http://localhost:3000).
|
||||||
|
|
||||||
To access [vmui](https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#vmui)
|
To access [vmui](https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#vmui)
|
||||||
|
@ -72,6 +74,8 @@ The communication scheme between components is the following:
|
||||||
and recording rules to `vminsert`;
|
and recording rules to `vminsert`;
|
||||||
* [alertmanager](#alertmanager) is configured to receive notifications from `vmalert`.
|
* [alertmanager](#alertmanager) is configured to receive notifications from `vmalert`.
|
||||||
|
|
||||||
|
<img alt="VictoriaMetrics cluster deployment" width="500" src="assets/vm-cluster.png">
|
||||||
|
|
||||||
To access Grafana use link [http://localhost:3000](http://localhost:3000).
|
To access Grafana use link [http://localhost:3000](http://localhost:3000).
|
||||||
|
|
||||||
To access [vmui](https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#vmui)
|
To access [vmui](https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#vmui)
|
||||||
|
|
2815
deployment/docker/assets/deployment_docker.excalidraw
Normal file
2815
deployment/docker/assets/deployment_docker.excalidraw
Normal file
File diff suppressed because one or more lines are too long
BIN
deployment/docker/assets/vm-cluster.png
Normal file
BIN
deployment/docker/assets/vm-cluster.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
BIN
deployment/docker/assets/vm-single-server.png
Normal file
BIN
deployment/docker/assets/vm-single-server.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
Loading…
Reference in a new issue