From: Tom Hughes Date: Sat, 16 Jan 2021 14:38:19 +0000 (+0000) Subject: Disable remote read from promscale X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/9416b747b5857b3b17447cdb43ebdff020a7ffae?ds=inline;hp=--cc Disable remote read from promscale --- 9416b747b5857b3b17447cdb43ebdff020a7ffae diff --git a/cookbooks/prometheus/templates/default/prometheus.yml.erb b/cookbooks/prometheus/templates/default/prometheus.yml.erb index 591c1e0ec..06e853b27 100644 --- a/cookbooks/prometheus/templates/default/prometheus.yml.erb +++ b/cookbooks/prometheus/templates/default/prometheus.yml.erb @@ -24,6 +24,3 @@ scrape_configs: remote_write: - url: "http://localhost:9201/write" - -remote_read: - - url: "http://localhost:9201/read"