docs/vmagent.md: typo fix

This commit is contained in:
Aliaksandr Valialkin 2022-11-24 17:19:45 -08:00
parent 3407006cdb
commit 045fec631b
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1
2 changed files with 2 additions and 2 deletions

View file

@ -545,7 +545,7 @@ The following articles contain useful information about Prometheus relabeling:
* `keep_metrics`: keeps all the metrics with names matching the given `regex`,
while dropping all the other metrics. For example, the following relabeling config keeps metrics
with `fo` and `bar` names, while dropping all the other metrics:
with `foo` and `bar` names, while dropping all the other metrics:
```yaml
- action: keep_metrics

View file

@ -549,7 +549,7 @@ The following articles contain useful information about Prometheus relabeling:
* `keep_metrics`: keeps all the metrics with names matching the given `regex`,
while dropping all the other metrics. For example, the following relabeling config keeps metrics
with `fo` and `bar` names, while dropping all the other metrics:
with `foo` and `bar` names, while dropping all the other metrics:
```yaml
- action: keep_metrics