From b29fdba12006c97307928aab9799b3a2f585bbf6 Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Thu, 4 Dec 2025 10:49:37 +0100 Subject: [PATCH] OP#186 remove local remote write --- templates/prometheus.yml.erb | 4 ---- 1 file changed, 4 deletions(-) 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: