From: Tom Hughes Date: Thu, 6 Apr 2023 19:32:36 +0000 (+0100) Subject: Stop mirroring prometheus into promscale X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/9c6f24be91afa44069f9e43e338fa6272e76b668 Stop mirroring prometheus into promscale --- diff --git a/cookbooks/prometheus/templates/default/prometheus.yml.erb b/cookbooks/prometheus/templates/default/prometheus.yml.erb index 1f64ca5e2..a4de98491 100644 --- a/cookbooks/prometheus/templates/default/prometheus.yml.erb +++ b/cookbooks/prometheus/templates/default/prometheus.yml.erb @@ -116,20 +116,5 @@ scrape_configs: 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 - remote_read: - url: "http://localhost:9201/read"