mirror of https://github.com/prometheus/prometheus
Merge pull request #1384 from prometheus/scraperef
Restrict scrape timeout to interval lengthpull/1366/merge
commit
738e6f41d4
@ -0,0 +1,4 @@
|
||||
scrape_configs:
|
||||
- job_name: prometheus
|
||||
scrape_interval: 5s
|
||||
scrape_timeout: 6s
|
Loading…
Reference in new issue