mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
app/vmagent: fix scrape config example for scrape_align_interval option
This commit is contained in:
parent
f26162ec99
commit
49e36e8d9d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue