Browse Source

Remove invalid scrape timeout from example config.

It can't be greater than the scrape interval. Let's just remove it.
pull/1427/head
Julius Volz 9 years ago
parent
commit
657d65d6d6
  1. 1
      documentation/examples/prometheus.yml

1
documentation/examples/prometheus.yml

@ -22,7 +22,6 @@ scrape_configs:
# Override the global default and scrape targets from this job every 5 seconds. # Override the global default and scrape targets from this job every 5 seconds.
scrape_interval: 5s scrape_interval: 5s
scrape_timeout: 10s
# metrics_path defaults to '/metrics' # metrics_path defaults to '/metrics'
# scheme defaults to 'http'. # scheme defaults to 'http'.

Loading…
Cancel
Save