Skip to content

Commit

Permalink
Move stream_lag_labels from config
Browse files Browse the repository at this point in the history
This currently throws the following error:
"client config stream_lag_labels is deprecated in favour of the config file options block field, and will be ignored"
  • Loading branch information
robertlemke committed Aug 30, 2022
1 parent d38cd57 commit e0433a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion root-files/opt/flownative/promtail/etc/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ clients:
max_retries: 10
timeout: 10s
tenant_id: ${PROMTAIL_CLIENT_TENANT_ID}
stream_lag_labels: filename
basic_auth:
username: ${PROMTAIL_BASIC_AUTH_USERNAME}
password: ${PROMTAIL_BASIC_AUTH_PASSWORD}

options:
stream_lag_labels: filename

0 comments on commit e0433a6

Please sign in to comment.