OP#186 remove local remote write
This commit is contained in:
@@ -31,8 +31,8 @@ scrape_configs:
|
|||||||
basic_auth:
|
basic_auth:
|
||||||
username: <%= @ps_auth_user %>
|
username: <%= @ps_auth_user %>
|
||||||
password: <%= @ps_auth_pass %>
|
password: <%= @ps_auth_pass %>
|
||||||
<% if @ps_write_external == true -%>
|
|
||||||
remote_write:
|
remote_write:
|
||||||
|
<% if @ps_write_external == true -%>
|
||||||
- url: "<%= @ps_external_url %>"
|
- url: "<%= @ps_external_url %>"
|
||||||
basic_auth:
|
basic_auth:
|
||||||
username: <%= @ps_auth_ext_user %>
|
username: <%= @ps_auth_ext_user %>
|
||||||
|
|||||||
Reference in New Issue
Block a user