X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bb846b71a62082dbcbb2cd1defe853934b34347f..989be49b3854b167a6ccb8531d1b24ff73e9c3c8:/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..9c163f265 100644 --- a/cookbooks/prometheus/templates/default/prometheus.yml.erb +++ b/cookbooks/prometheus/templates/default/prometheus.yml.erb @@ -27,10 +27,6 @@ scrape_configs: static_configs: - targets: - localhost:9093 - - job_name: promscale - static_configs: - - targets: - - localhost:9201 - job_name: ssl scrape_interval: 15m metrics_path: /probe @@ -109,21 +105,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__ - -remote_write: - - url: "http://localhost:9201/write" - write_relabel_configs: - - source_labels: [__name__] - regex: "go_.*" - action: drop - - source_labels: [__name__] - regex: "promhttp_.*" - action: drop - queue_config: - capacity: 10000 - min_shards: 4 - batch_send_deadline: 30s - max_backoff: 1s