3
0

OP#186 remove local remote write

This commit is contained in:
2025-12-04 10:54:47 +01:00
parent aea5d0188c
commit 933d97d038

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 %>