From: Tom Hughes Date: Wed, 22 Jun 2022 18:14:47 +0000 (+0100) Subject: Update fastly exporter configuration X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/24d106e6a8f1168955b7eaebce743b43ce2d58b1 Update fastly exporter configuration --- diff --git a/cookbooks/prometheus/recipes/server.rb b/cookbooks/prometheus/recipes/server.rb index 763c7fa21..405eadebe 100644 --- a/cookbooks/prometheus/recipes/server.rb +++ b/cookbooks/prometheus/recipes/server.rb @@ -28,8 +28,7 @@ admins = data_bag_item("apache", "admins") prometheus_exporter "fastly" do port 8080 - listen_switch "endpoint" - listen_type "url" + listen_switch "listen" environment "FASTLY_API_TOKEN" => tokens["fastly"] end