mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
feat!: Enable Traefik metrics, rename common label var, README fixes
This commit is contained in:
@ -9,7 +9,7 @@ services:
|
||||
command:
|
||||
{% if prometheus_remote_write %}
|
||||
- "--remoteWrite.url={{ prometheus_remote_write_url }}"
|
||||
- "--remoteWrite.label={{ prometheus_remote_write_label }}"
|
||||
- "--remoteWrite.label={{ prometheus_remote_write_common_label }}"
|
||||
{% if prometheus_remote_write_auth %}
|
||||
- "--remoteWrite.basicAuth.username={{ prometheus_remote_write_auth_username }}"
|
||||
- "--remoteWrite.basicAuth.password={{ prometheus_remote_write_auth_password }}"
|
||||
|
||||
Reference in New Issue
Block a user