X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/bb846b71a62082dbcbb2cd1defe853934b34347f..21f63bf93d90219a836166bbf0883755e4248989:/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 50a074eb1..0caf619a2 100644 --- a/cookbooks/prometheus/templates/default/prometheus.yml.erb +++ b/cookbooks/prometheus/templates/default/prometheus.yml.erb @@ -109,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__