X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d4700a11b0cc6c03dace87c68bee802b43068c53..28326173066466bb20f54bad702b2885b64f925c:/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 00f3c65df..0caf619a2 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] %> @@ -106,6 +109,9 @@ scrape_configs: - source_labels: [__address__] regex: "[^/]+/([^/]+)/.*" target_label: __param_module + - source_labels: [__address__] + regex: "[^/]+/([^/]+)/.*" + target_label: module - source_labels: [__address__] regex: "[^/]+/[^/]+/(.*)" target_label: __address__