From 912a5a6f280f4a560427de698f8fa65647b800b4 Mon Sep 17 00:00:00 2001
From: Aliaksandr Valialkin <valyala@victoriametrics.com>
Date: Thu, 21 Apr 2022 15:51:52 +0300
Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: refer to the docs on
 how to set up multiple vmagent instances for scraping the same set of targets

---
 README.md                             | 2 +-
 docs/README.md                        | 2 +-
 docs/Single-server-VictoriaMetrics.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 624c93135..54a7921e8 100644
--- a/README.md
+++ b/README.md
@@ -1103,7 +1103,7 @@ The recommended value for `-dedup.minScrapeInterval` must equal to `scrape_inter
 
 The de-duplication reduces disk space usage if multiple identically configured [vmagent](https://docs.victoriametrics.com/vmagent.html) or Prometheus instances in HA pair
 write data to the same VictoriaMetrics instance. These vmagent or Prometheus instances must have identical
-`external_labels` section in their configs, so they write data to the same time series.
+`external_labels` section in their configs, so they write data to the same time series. See also [how to set up multiple vmagent instances for scraping the same targets](https://docs.victoriametrics.com/vmagent.html#scraping-big-number-of-targets).
 
 ## Storage
 
diff --git a/docs/README.md b/docs/README.md
index 624c93135..54a7921e8 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1103,7 +1103,7 @@ The recommended value for `-dedup.minScrapeInterval` must equal to `scrape_inter
 
 The de-duplication reduces disk space usage if multiple identically configured [vmagent](https://docs.victoriametrics.com/vmagent.html) or Prometheus instances in HA pair
 write data to the same VictoriaMetrics instance. These vmagent or Prometheus instances must have identical
-`external_labels` section in their configs, so they write data to the same time series.
+`external_labels` section in their configs, so they write data to the same time series. See also [how to set up multiple vmagent instances for scraping the same targets](https://docs.victoriametrics.com/vmagent.html#scraping-big-number-of-targets).
 
 ## Storage
 
diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md
index c915191a0..3c3467952 100644
--- a/docs/Single-server-VictoriaMetrics.md
+++ b/docs/Single-server-VictoriaMetrics.md
@@ -1107,7 +1107,7 @@ The recommended value for `-dedup.minScrapeInterval` must equal to `scrape_inter
 
 The de-duplication reduces disk space usage if multiple identically configured [vmagent](https://docs.victoriametrics.com/vmagent.html) or Prometheus instances in HA pair
 write data to the same VictoriaMetrics instance. These vmagent or Prometheus instances must have identical
-`external_labels` section in their configs, so they write data to the same time series.
+`external_labels` section in their configs, so they write data to the same time series. See also [how to set up multiple vmagent instances for scraping the same targets](https://docs.victoriametrics.com/vmagent.html#scraping-big-number-of-targets).
 
 ## Storage