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`.