feat!: Enable Traefik metrics, rename common label var, README fixes

This commit is contained in:
hatemosphere
2024-03-06 15:25:59 +01:00
parent 41f491a0bd
commit 478c3f7ab9
5 changed files with 46 additions and 51 deletions

View File

@ -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 }}"