3
0

OP#186 remove local remote write

This commit is contained in:
2025-12-04 10:49:37 +01:00
parent 2a937468a2
commit b29fdba120

View File

@@ -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: