mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01:00
docs/Single-server-VictoriaMetrics.md: mention that vmauth
could be used for routing user requests to particular VictoriaMetrics instances
This commit is contained in:
parent
7976ec8bb1
commit
f689164711
@ -841,6 +841,11 @@ Just start multiple VictoriaMetrics instances with distinct values for the follo
|
|||||||
* `-storageDataPath`, so the data for each retention period is saved in a separate directory
|
* `-storageDataPath`, so the data for each retention period is saved in a separate directory
|
||||||
* `-httpListenAddr`, so clients may reach VictoriaMetrics instance with proper retention
|
* `-httpListenAddr`, so clients may reach VictoriaMetrics instance with proper retention
|
||||||
|
|
||||||
|
Then set up [vmauth](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmauth/README.md) in front of VictoriaMetrics instances,
|
||||||
|
so it could route requests from particular user to VictoriaMetrics with the desired retention.
|
||||||
|
The same scheme could be implemented for multiple tenants in [VictoriaMetrics cluster](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/cluster/README.md).
|
||||||
|
|
||||||
|
|
||||||
### Downsampling
|
### Downsampling
|
||||||
|
|
||||||
There is no downsampling support at the moment, but:
|
There is no downsampling support at the moment, but:
|
||||||
|
@ -21,7 +21,7 @@ Cluster version is available [here](https://github.com/VictoriaMetrics/VictoriaM
|
|||||||
See our [Wiki](https://github.com/VictoriaMetrics/VictoriaMetrics/wiki) for additional documentation.
|
See our [Wiki](https://github.com/VictoriaMetrics/VictoriaMetrics/wiki) for additional documentation.
|
||||||
|
|
||||||
[Contact us](mailto:info@victoriametrics.com) if you need paid enterprise support for VictoriaMetrics.
|
[Contact us](mailto:info@victoriametrics.com) if you need paid enterprise support for VictoriaMetrics.
|
||||||
See [features available for enterprise customers](https://github.com/VictoriaMetrics/VictoriaMetrics/issues?q=is%3Aissue+label%3Aenterprise)
|
See [features available for enterprise customers](https://github.com/VictoriaMetrics/VictoriaMetrics/issues?q=is%3Aissue+label%3Aenterprise).
|
||||||
|
|
||||||
|
|
||||||
## Case studies and talks
|
## Case studies and talks
|
||||||
@ -841,6 +841,11 @@ Just start multiple VictoriaMetrics instances with distinct values for the follo
|
|||||||
* `-storageDataPath`, so the data for each retention period is saved in a separate directory
|
* `-storageDataPath`, so the data for each retention period is saved in a separate directory
|
||||||
* `-httpListenAddr`, so clients may reach VictoriaMetrics instance with proper retention
|
* `-httpListenAddr`, so clients may reach VictoriaMetrics instance with proper retention
|
||||||
|
|
||||||
|
Then set up [vmauth](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmauth/README.md) in front of VictoriaMetrics instances,
|
||||||
|
so it could route requests from particular user to VictoriaMetrics with the desired retention.
|
||||||
|
The same scheme could be implemented for multiple tenants in [VictoriaMetrics cluster](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/cluster/README.md).
|
||||||
|
|
||||||
|
|
||||||
### Downsampling
|
### Downsampling
|
||||||
|
|
||||||
There is no downsampling support at the moment, but:
|
There is no downsampling support at the moment, but:
|
||||||
|
Loading…
Reference in New Issue
Block a user