From 986807ebd958e1f7efdcea658068c7edecadfd95 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 9 Sep 2021 16:39:16 +0300 Subject: [PATCH] docs/vmagent.md: typo fix in `Relabeling` chapter --- 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 f466cc4ead..3e03cc3063 100644 --- a/app/vmagent/README.md +++ b/app/vmagent/README.md @@ -249,7 +249,7 @@ Labels can be added to metrics by the following mechanisms: ## Relabeling `vmagent` supports [Prometheus relabeling](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config). -and also provides the following actions: +It provides the following additional actions: * `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`. * `labelmap_all`: replaces all of the occurences of `regex` in all the label names with the `replacement`. diff --git a/docs/vmagent.md b/docs/vmagent.md index 03fa98e054..6945f51cf0 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -253,7 +253,7 @@ Labels can be added to metrics by the following mechanisms: ## Relabeling `vmagent` supports [Prometheus relabeling](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config). -and also provides the following actions: +It provides the following additional actions: * `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`. * `labelmap_all`: replaces all of the occurences of `regex` in all the label names with the `replacement`.