From 9222321f7afd72492b3a4d7749f5a8fab35084ef Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 28 Jan 2021 20:12:40 +0000 Subject: [PATCH] Enable remote write to promscale --- cookbooks/prometheus/templates/default/prometheus.yml.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.43.2