]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/templates/default/prometheus.yml.erb
Disable remote write to promscale
[chef.git] / cookbooks / prometheus / templates / default / prometheus.yml.erb
index 46d241905d46fd17b22d72870a64d9439135168e..c6ace499b22c8c47511fef36ada4e1a313275991 100644 (file)
@@ -21,3 +21,6 @@ scrape_configs:
           instance: <%= target[:name].split(".").first %>
 <% end -%>
 <% end -%>
+
+# remote_write:
+#   - url: "http://localhost:9201/write"