diff --git a/templates/prometheus.yml.erb b/templates/prometheus.yml.erb index f29db2d..3aed08d 100644 --- a/templates/prometheus.yml.erb +++ b/templates/prometheus.yml.erb @@ -32,10 +32,6 @@ scrape_configs: username: <%= @ps_auth_user %> password: <%= @ps_auth_pass %> remote_write: - - url: "http://localhost:9090/api/v1/write" - basic_auth: - username: <%= @ps_auth_user %> - password: <%= @ps_auth_pass %> <% if @ps_write_external == true -%> - url: "<%= @ps_external_url %>" basic_auth: