From 9416b747b5857b3b17447cdb43ebdff020a7ffae Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 16 Jan 2021 14:38:19 +0000 Subject: [PATCH] Disable remote read from promscale --- cookbooks/prometheus/templates/default/prometheus.yml.erb | 3 --- 1 file changed, 3 deletions(-) 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" -- 2.39.5