From 231569f89bcfef6aada8a4a78d47bc48b049055b Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 14 Dec 2022 14:25:35 -0800 Subject: [PATCH] docs/vmagent.md: small formatting 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 0a891d47fd..41e7de6c16 100644 --- a/app/vmagent/README.md +++ b/app/vmagent/README.md @@ -568,7 +568,7 @@ Note that the `name` field must be substituted with explicit `__name__` option u If `__name__` option is missing under `labels` section, then the original Graphite-style metric name is left unchanged. For example, the following relabeling rule generates `requests_total{job="app42",instance="host124:8080"}` metric -from "app42.host123.requests.total" Graphite-style metric: +from `app42.host123.requests.total` Graphite-style metric: ```yaml - action: graphite diff --git a/docs/vmagent.md b/docs/vmagent.md index d3223b3f41..a47a440b7e 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -572,7 +572,7 @@ Note that the `name` field must be substituted with explicit `__name__` option u If `__name__` option is missing under `labels` section, then the original Graphite-style metric name is left unchanged. For example, the following relabeling rule generates `requests_total{job="app42",instance="host124:8080"}` metric -from "app42.host123.requests.total" Graphite-style metric: +from `app42.host123.requests.total` Graphite-style metric: ```yaml - action: graphite