From 94148d5ad77ed0ce34d5b4e4a63fe574b9d29c36 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 20 Sep 2021 16:49:13 +0300 Subject: [PATCH] docs/vmagent.md: typo fix --- app/vmagent/README.md | 2 +- docs/vmagent.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/vmagent/README.md b/app/vmagent/README.md index 539dde308..cd2fc3b8f 100644 --- a/app/vmagent/README.md +++ b/app/vmagent/README.md @@ -248,7 +248,7 @@ Labels can be added to metrics by the following mechanisms: ## Relabeling -`vmagent` and VictoriaMetrics support Prometheus-compatible relabeling]. +`vmagent` and VictoriaMetrics support Prometheus-compatible relabeling. They provide the following additional actions on top of actions from the [Prometheus relabeling](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config): * `replace_all`: replaces all of the occurences of `regex` in the values of `source_labels` with the `replacement` and stores the results in the `target_label`. diff --git a/docs/vmagent.md b/docs/vmagent.md index 2d5ce4a55..340a83503 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -252,7 +252,7 @@ Labels can be added to metrics by the following mechanisms: ## Relabeling -`vmagent` and VictoriaMetrics support Prometheus-compatible relabeling]. +`vmagent` and VictoriaMetrics support Prometheus-compatible relabeling. They provide the following additional actions on top of actions from the [Prometheus relabeling](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config): * `replace_all`: replaces all of the occurences of `regex` in the values of `source_labels` with the `replacement` and stores the results in the `target_label`.