From: Tom Hughes Date: Thu, 28 Jan 2021 20:12:40 +0000 (+0000) Subject: Enable remote write to promscale X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/9222321f7afd72492b3a4d7749f5a8fab35084ef Enable remote write to promscale --- diff --git a/cookbooks/prometheus/templates/default/prometheus.yml.erb b/cookbooks/prometheus/templates/default/prometheus.yml.erb index e06c02549..c9112bac1 100644 --- a/cookbooks/prometheus/templates/default/prometheus.yml.erb +++ b/cookbooks/prometheus/templates/default/prometheus.yml.erb @@ -46,5 +46,5 @@ scrape_configs: <% end -%> <% end -%> -# remote_write: -# - url: "http://localhost:9201/write" +remote_write: + - url: "http://localhost:9201/write"