From 19095d069cd331e34a725839313b3a781820a7ba Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 15 Sep 2025 06:10:40 +0100 Subject: [PATCH] prometheus: increase fastly_healthcheck scrape_timeout --- cookbooks/prometheus/recipes/server.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/prometheus/recipes/server.rb b/cookbooks/prometheus/recipes/server.rb index 5e4456cbf..a14175c83 100644 --- a/cookbooks/prometheus/recipes/server.rb +++ b/cookbooks/prometheus/recipes/server.rb @@ -35,6 +35,7 @@ end prometheus_exporter "fastly_healthcheck" do port 9696 scrape_interval "1m" + scrape_timeout "1m" environment "FASTLY_API_TOKEN" => tokens["fastly"] end -- 2.39.5