diff --git a/app/vmagent/README.md b/app/vmagent/README.md index 7514e11675..456bd267b1 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 60e3faf6d9..70b35ba74b 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