]> git.openstreetmap.org Git - chef.git/commitdiff
Enable remote read for promscale
authorTom Hughes <tom@compton.nu>
Thu, 15 Dec 2022 22:58:35 +0000 (22:58 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 15 Dec 2022 22:58:50 +0000 (22:58 +0000)
cookbooks/prometheus/templates/default/prometheus.yml.erb

index 0caf619a29af8913011ce2a59169fb023ab42dfb..1f64ca5e209f4dcb45f0f0de47d124752f1cdfbb 100644 (file)
@@ -130,3 +130,6 @@ remote_write:
       min_shards: 4
       batch_send_deadline: 30s
       max_backoff: 1s
+
+remote_read:
+  - url: "http://localhost:9201/read"