app/vmagent: fix scrape config example for scrape_align_interval option

This commit is contained in:
Aliaksandr Valialkin 2021-02-18 23:57:23 +02:00
parent 502d0e2524
commit 41d3ff4f2b
2 changed files with 2 additions and 2 deletions

View File

@ -303,7 +303,7 @@ It may be useful for performing `vmagent` rolling update without scrape loss.
```yml
scrape_configs:
- job: foo
- job_name: foo
scrape_interval: 1h
scrape_align_interval: 10m
```

View File

@ -303,7 +303,7 @@ It may be useful for performing `vmagent` rolling update without scrape loss.
```yml
scrape_configs:
- job: foo
- job_name: foo
scrape_interval: 1h
scrape_align_interval: 10m
```