3
0

OP#186 remove local remote write

This commit is contained in:
2025-12-04 10:53:19 +01:00
parent b29fdba120
commit aea5d0188c

View File

@@ -31,8 +31,8 @@ scrape_configs:
basic_auth:
username: <%= @ps_auth_user %>
password: <%= @ps_auth_pass %>
remote_write:
<% if @ps_write_external == true -%>
remote_write:
- url: "<%= @ps_external_url %>"
basic_auth:
username: <%= @ps_auth_ext_user %>