]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/templates/default/prometheus.yml.erb
Add promscale for long term storage of prometheus data
[chef.git] / cookbooks / prometheus / templates / default / prometheus.yml.erb
index 46d241905d46fd17b22d72870a64d9439135168e..591c1e0ec5cdc579aaf60e5138bac7a4e1ccda26 100644 (file)
@@ -21,3 +21,9 @@ scrape_configs:
           instance: <%= target[:name].split(".").first %>
 <% end -%>
 <% end -%>
+
+remote_write:
+  - url: "http://localhost:9201/write"
+
+remote_read:
+  - url: "http://localhost:9201/read"