Use |to_json in mautrix metrics configuration
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2427
This commit is contained in:
@ -67,7 +67,7 @@ segment_key: null
|
||||
# Prometheus config.
|
||||
metrics:
|
||||
# Enable prometheus metrics?
|
||||
enabled: {{ matrix_mautrix_whatsapp_metrics_enabled }}
|
||||
enabled: {{ matrix_mautrix_whatsapp_metrics_enabled | to_json }}
|
||||
# IP and port where the metrics listener should be. The path is always /metrics
|
||||
listen: 0.0.0.0:8001
|
||||
|
||||
|
Reference in New Issue
Block a user