X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/bb846b71a62082dbcbb2cd1defe853934b34347f..cc57b9e9a6f06eb2fdce5ed83aa5f9ed6cd90cad:/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..1f64ca5e2 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__ @@ -127,3 +130,6 @@ remote_write: min_shards: 4 batch_send_deadline: 30s max_backoff: 1s + +remote_read: + - url: "http://localhost:9201/read"