mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-14 16:12:15 +01:00
app/vmagent: fix scrape config example for scrape_align_interval option
This commit is contained in:
parent
502d0e2524
commit
41d3ff4f2b
@ -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 New Issue
Block a user