docs/vmagent.md: small formatting fix

This commit is contained in:
Aliaksandr Valialkin 2022-12-14 14:25:35 -08:00
parent 97a9d2eb04
commit ed7d204274
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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