From 8d4ab3728ae54ed0c5253e84f6bc51ffa3c4a0c3 Mon Sep 17 00:00:00 2001 From: Julien Nioche Date: Mon, 9 Dec 2024 18:43:28 +0000 Subject: [PATCH] Explicit config for scrape timeout see #435 Signed-off-by: Julien Nioche --- dashboard-config/prometheus/prometheus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard-config/prometheus/prometheus.yml b/dashboard-config/prometheus/prometheus.yml index ceb24590..1954ad1b 100644 --- a/dashboard-config/prometheus/prometheus.yml +++ b/dashboard-config/prometheus/prometheus.yml @@ -1,6 +1,7 @@ global: scrape_interval: 30s # By default, scrape targets every 30 seconds. evaluation_interval: 30s # Evaluate rules every 30 seconds. + scrape_timeout: 10s # Default to 10s, increase when the number of instances is large # Attach these extra labels to all timeseries collected by this Prometheus instance. external_labels: @@ -74,4 +75,4 @@ scrape_configs: # - url: https://prometheus-prod-01-eu-west-0.grafana.net/api/prom/push # basic_auth: # username: -# password: \ No newline at end of file +# password: