From d3289bf276f4a8353e2dcaa3c3914d27aefe029b Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 13 Sep 2021 21:26:59 +0300 Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: link to cardinality limiter docs in vmagent --- README.md | 2 ++ docs/README.md | 2 ++ docs/Single-server-VictoriaMetrics.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 9391df44e..379f0b266 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,8 @@ with new configs. Cluster should remain in working state if at least a single node of each type remains available during the update process. See [cluster availability](#cluster-availability) section for details. +See also more advanced [cardinality limiter in vmagent](https://docs.victoriametrics.com/vmagent.html#cardinality-limiter). + ## Cluster availability diff --git a/docs/README.md b/docs/README.md index aee8ab17e..3df70f997 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1231,6 +1231,8 @@ The exceeded limits can be [monitored](#monitoring) with the following metrics: These limits are approximate, so VictoriaMetrics can underflow/overflow the limit by a small percentage (usually less than 1%). +See also more advanced [cardinality limiter in vmagent](https://docs.victoriametrics.com/vmagent.html#cardinality-limiter). + ## Troubleshooting diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 62ae54114..bef515997 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -1235,6 +1235,8 @@ The exceeded limits can be [monitored](#monitoring) with the following metrics: These limits are approximate, so VictoriaMetrics can underflow/overflow the limit by a small percentage (usually less than 1%). +See also more advanced [cardinality limiter in vmagent](https://docs.victoriametrics.com/vmagent.html#cardinality-limiter). + ## Troubleshooting