X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6dda13cb4af5b26e536150c4d6885cf5550e98e7..d6c3c3bc6b45204974784125bd0843a0b28ce9aa:/cookbooks/prometheus/templates/default/prometheus.yml.erb diff --git a/cookbooks/prometheus/templates/default/prometheus.yml.erb b/cookbooks/prometheus/templates/default/prometheus.yml.erb index bd4113524..50a074eb1 100644 --- a/cookbooks/prometheus/templates/default/prometheus.yml.erb +++ b/cookbooks/prometheus/templates/default/prometheus.yml.erb @@ -57,6 +57,12 @@ scrape_configs: replacement: 127.0.0.1:9219 <% @jobs.sort.each do |name, targets| -%> - job_name: <%= name %> +<% 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] %>