From f7a6ae3d1173d2c7851abaf5bb440d8dfe5031de Mon Sep 17 00:00:00 2001
From: Aliaksandr Valialkin <valyala@gmail.com>
Date: Thu, 12 Nov 2020 12:27:00 +0200
Subject: [PATCH] docs/vmagent.md: added a link to
 https://valyala.medium.com/how-to-use-relabeling-in-prometheus-and-victoriametrics-8b90fc22c4b2
 into `Relabeling` section

---
 app/vmagent/README.md | 1 +
 docs/vmagent.md       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app/vmagent/README.md b/app/vmagent/README.md
index 5becd32639..d9ad2772e7 100644
--- a/app/vmagent/README.md
+++ b/app/vmagent/README.md
@@ -213,6 +213,7 @@ The relabeling can be defined in the following places:
 
 Read more about relabeling in the following articles:
 
+* [How to use Relabeling in Prometheus and VictoriaMetrics](https://valyala.medium.com/how-to-use-relabeling-in-prometheus-and-victoriametrics-8b90fc22c4b2)
 * [Life of a label](https://www.robustperception.io/life-of-a-label)
 * [Discarding targets and timeseries with relabeling](https://www.robustperception.io/relabelling-can-discard-targets-timeseries-and-alerts)
 * [Dropping labels at scrape time](https://www.robustperception.io/dropping-metrics-at-scrape-time-with-prometheus)
diff --git a/docs/vmagent.md b/docs/vmagent.md
index 5becd32639..d9ad2772e7 100644
--- a/docs/vmagent.md
+++ b/docs/vmagent.md
@@ -213,6 +213,7 @@ The relabeling can be defined in the following places:
 
 Read more about relabeling in the following articles:
 
+* [How to use Relabeling in Prometheus and VictoriaMetrics](https://valyala.medium.com/how-to-use-relabeling-in-prometheus-and-victoriametrics-8b90fc22c4b2)
 * [Life of a label](https://www.robustperception.io/life-of-a-label)
 * [Discarding targets and timeseries with relabeling](https://www.robustperception.io/relabelling-can-discard-targets-timeseries-and-alerts)
 * [Dropping labels at scrape time](https://www.robustperception.io/dropping-metrics-at-scrape-time-with-prometheus)