From 657d65d6d66920469bbb3c5718d241e769333d77 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Wed, 24 Feb 2016 21:06:36 +0100 Subject: [PATCH] Remove invalid scrape timeout from example config. It can't be greater than the scrape interval. Let's just remove it. --- documentation/examples/prometheus.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/examples/prometheus.yml b/documentation/examples/prometheus.yml index 0f90cb0e45..d5aa7c2cd8 100644 --- a/documentation/examples/prometheus.yml +++ b/documentation/examples/prometheus.yml @@ -14,7 +14,7 @@ rule_files: # - "first.rules" # - "second.rules" -# A scrape configuration containing exactly one endpoint to scrape: +# A scrape configuration containing exactly one endpoint to scrape: # Here it's Prometheus itself. scrape_configs: # The job name is added as a label `job=` to any timeseries scraped from this config. @@ -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'.