]> 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 66051b622dfc9098919246c7a3c2d6e758f11f03..591c1e0ec5cdc579aaf60e5138bac7a4e1ccda26 100644 (file)
@@ -16,8 +16,14 @@ scrape_configs:
     static_configs:
 <% targets.each do |target| -%>
       - targets:
-          - <%= target[:address] %>
+          - "<%= target[:address] %>"
         labels:
           instance: <%= target[:name].split(".").first %>
 <% end -%>
 <% end -%>
+
+remote_write:
+  - url: "http://localhost:9201/write"
+
+remote_read:
+  - url: "http://localhost:9201/read"