From 91bb0bcb08878c71421d6c95493ddc890032aa67 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 17 Jan 2021 00:30:33 +0000 Subject: [PATCH] Disable 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 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" -- 2.39.5