mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-20 19:09:03 -08:00
Merge pull request #1427 from prometheus/fix-scrape-timeout
Remove invalid scrape timeout from example config.
This commit is contained in:
commit
73399f826a
|
@ -22,7 +22,6 @@ scrape_configs:
|
|||
|
||||
# Override the global default and scrape targets from this job every 5 seconds.
|
||||
scrape_interval: 5s
|
||||
scrape_timeout: 10s
|
||||
|
||||
# metrics_path defaults to '/metrics'
|
||||
# scheme defaults to 'http'.
|
||||
|
|
Loading…
Reference in a new issue