From 045fec631be0407e4821c4f739892a04c2fb4a97 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 24 Nov 2022 17:19:45 -0800 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 7514e1167..456bd267b 100644 --- a/app/vmagent/README.md +++ b/app/vmagent/README.md @@ -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 diff --git a/docs/vmagent.md b/docs/vmagent.md index 60e3faf6d..70b35ba74 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -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