mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
docs/Single-server-VictoriaMetrics.md: cross-link HA docs with the corresponding chapter at vmauth docs
This commit is contained in:
parent
463a6e9ac6
commit
6f15ca4a16
@ -1722,9 +1722,10 @@ See also [resource usage limits at VictoriaMetrics cluster](https://docs.victori
|
|||||||
|
|
||||||
The general approach for achieving high availability is the following:
|
The general approach for achieving high availability is the following:
|
||||||
|
|
||||||
- to run two identically configured VictoriaMetrics instances in distinct datacenters (availability zones)
|
- To run two identically configured VictoriaMetrics instances in distinct datacenters (availability zones);
|
||||||
- to store the collected data simultaneously into these instances via [vmagent](https://docs.victoriametrics.com/vmagent.html) or Prometheus
|
- To store the collected data simultaneously into these instances via [vmagent](https://docs.victoriametrics.com/vmagent.html) or Prometheus.
|
||||||
- to query the first VictoriaMetrics instance and to fail over to the second instance when the first instance becomes temporarily unavailable.
|
- To query the first VictoriaMetrics instance and to fail over to the second instance when the first instance becomes temporarily unavailable.
|
||||||
|
This can be done via [vmauth](https://docs.victoriametrics.com/vmauth.html) according to [these docs](https://docs.victoriametrics.com/vmauth.html#high-availability).
|
||||||
|
|
||||||
Such a setup guarantees that the collected data isn't lost when one of VictoriaMetrics instance becomes unavailable.
|
Such a setup guarantees that the collected data isn't lost when one of VictoriaMetrics instance becomes unavailable.
|
||||||
The collected data continues to be written to the available VictoriaMetrics instance, so it should be available for querying.
|
The collected data continues to be written to the available VictoriaMetrics instance, so it should be available for querying.
|
||||||
|
@ -1725,9 +1725,10 @@ See also [resource usage limits at VictoriaMetrics cluster](https://docs.victori
|
|||||||
|
|
||||||
The general approach for achieving high availability is the following:
|
The general approach for achieving high availability is the following:
|
||||||
|
|
||||||
- to run two identically configured VictoriaMetrics instances in distinct datacenters (availability zones)
|
- To run two identically configured VictoriaMetrics instances in distinct datacenters (availability zones);
|
||||||
- to store the collected data simultaneously into these instances via [vmagent](https://docs.victoriametrics.com/vmagent.html) or Prometheus
|
- To store the collected data simultaneously into these instances via [vmagent](https://docs.victoriametrics.com/vmagent.html) or Prometheus.
|
||||||
- to query the first VictoriaMetrics instance and to fail over to the second instance when the first instance becomes temporarily unavailable.
|
- To query the first VictoriaMetrics instance and to fail over to the second instance when the first instance becomes temporarily unavailable.
|
||||||
|
This can be done via [vmauth](https://docs.victoriametrics.com/vmauth.html) according to [these docs](https://docs.victoriametrics.com/vmauth.html#high-availability).
|
||||||
|
|
||||||
Such a setup guarantees that the collected data isn't lost when one of VictoriaMetrics instance becomes unavailable.
|
Such a setup guarantees that the collected data isn't lost when one of VictoriaMetrics instance becomes unavailable.
|
||||||
The collected data continues to be written to the available VictoriaMetrics instance, so it should be available for querying.
|
The collected data continues to be written to the available VictoriaMetrics instance, so it should be available for querying.
|
||||||
|
@ -1733,9 +1733,10 @@ See also [resource usage limits at VictoriaMetrics cluster](https://docs.victori
|
|||||||
|
|
||||||
The general approach for achieving high availability is the following:
|
The general approach for achieving high availability is the following:
|
||||||
|
|
||||||
- to run two identically configured VictoriaMetrics instances in distinct datacenters (availability zones)
|
- To run two identically configured VictoriaMetrics instances in distinct datacenters (availability zones);
|
||||||
- to store the collected data simultaneously into these instances via [vmagent](https://docs.victoriametrics.com/vmagent.html) or Prometheus
|
- To store the collected data simultaneously into these instances via [vmagent](https://docs.victoriametrics.com/vmagent.html) or Prometheus.
|
||||||
- to query the first VictoriaMetrics instance and to fail over to the second instance when the first instance becomes temporarily unavailable.
|
- To query the first VictoriaMetrics instance and to fail over to the second instance when the first instance becomes temporarily unavailable.
|
||||||
|
This can be done via [vmauth](https://docs.victoriametrics.com/vmauth.html) according to [these docs](https://docs.victoriametrics.com/vmauth.html#high-availability).
|
||||||
|
|
||||||
Such a setup guarantees that the collected data isn't lost when one of VictoriaMetrics instance becomes unavailable.
|
Such a setup guarantees that the collected data isn't lost when one of VictoriaMetrics instance becomes unavailable.
|
||||||
The collected data continues to be written to the available VictoriaMetrics instance, so it should be available for querying.
|
The collected data continues to be written to the available VictoriaMetrics instance, so it should be available for querying.
|
||||||
|
Loading…
Reference in New Issue
Block a user