From 1ff58719f22c94e1af45fb9d9cc01b2c4696a087 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 15 Dec 2022 22:58:35 +0000 Subject: [PATCH] Enable remote read for promscale --- cookbooks/prometheus/templates/default/prometheus.yml.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cookbooks/prometheus/templates/default/prometheus.yml.erb b/cookbooks/prometheus/templates/default/prometheus.yml.erb index 0caf619a2..1f64ca5e2 100644 --- a/cookbooks/prometheus/templates/default/prometheus.yml.erb +++ b/cookbooks/prometheus/templates/default/prometheus.yml.erb @@ -130,3 +130,6 @@ remote_write: min_shards: 4 batch_send_deadline: 30s max_backoff: 1s + +remote_read: + - url: "http://localhost:9201/read" -- 2.39.5