mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
docs/vmagent.md: small formatting fix
This commit is contained in:
parent
0c54ff20eb
commit
231569f89b
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
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
|
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
|
```yaml
|
||||||
- action: graphite
|
- action: graphite
|
||||||
|
|
|
@ -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.
|
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
|
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
|
```yaml
|
||||||
- action: graphite
|
- action: graphite
|
||||||
|
|
Loading…
Reference in a new issue