mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
docs/vmagent.md: typo fix
This commit is contained in:
parent
3407006cdb
commit
045fec631b
2 changed files with 2 additions and 2 deletions
|
@ -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`,
|
* `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
|
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
|
```yaml
|
||||||
- action: keep_metrics
|
- action: keep_metrics
|
||||||
|
|
|
@ -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`,
|
* `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
|
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
|
```yaml
|
||||||
- action: keep_metrics
|
- action: keep_metrics
|
||||||
|
|
Loading…
Reference in a new issue