docs/vmagent.md: typo fix

This commit is contained in:
Aliaksandr Valialkin 2021-09-20 16:49:13 +03:00
parent 51657b1e04
commit 94148d5ad7
2 changed files with 2 additions and 2 deletions

View file

@ -248,7 +248,7 @@ Labels can be added to metrics by the following mechanisms:
## Relabeling ## 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): 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`. * `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`.

View file

@ -252,7 +252,7 @@ Labels can be added to metrics by the following mechanisms:
## Relabeling ## 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): 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`. * `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`.