X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d4700a11b0cc6c03dace87c68bee802b43068c53..d6c3c3bc6b45204974784125bd0843a0b28ce9aa:/cookbooks/prometheus/templates/default/prometheus.yml.erb?ds=sidebyside diff --git a/cookbooks/prometheus/templates/default/prometheus.yml.erb b/cookbooks/prometheus/templates/default/prometheus.yml.erb index 00f3c65df..50a074eb1 100644 --- a/cookbooks/prometheus/templates/default/prometheus.yml.erb +++ b/cookbooks/prometheus/templates/default/prometheus.yml.erb @@ -60,6 +60,9 @@ scrape_configs: <% if targets.first[:scrape_interval] -%> scrape_interval: <%= targets.first[:scrape_interval] %> <% end -%> +<% if targets.first[:scrape_timeout] -%> + scrape_timeout: <%= targets.first[:scrape_timeout] %> +<% end -%> <% if targets.first[:sni] -%> tls_config: server_name: <%= targets.first[:sni] %>