From: Tom Hughes Date: Sun, 17 Jan 2021 00:30:33 +0000 (+0000) Subject: Disable remote write to promscale X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/91bb0bcb08878c71421d6c95493ddc890032aa67?hp=--cc Disable remote write to promscale --- 91bb0bcb08878c71421d6c95493ddc890032aa67 diff --git a/cookbooks/prometheus/templates/default/prometheus.yml.erb b/cookbooks/prometheus/templates/default/prometheus.yml.erb index 06e853b27..c6ace499b 100644 --- a/cookbooks/prometheus/templates/default/prometheus.yml.erb +++ b/cookbooks/prometheus/templates/default/prometheus.yml.erb @@ -22,5 +22,5 @@ scrape_configs: <% end -%> <% end -%> -remote_write: - - url: "http://localhost:9201/write" +# remote_write: +# - url: "http://localhost:9201/write"