Use |to_json in mautrix metrics configuration

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2427
This commit is contained in:
Slavi Pantaleev 2023-01-30 08:59:35 +02:00
parent d7c0239e40
commit 611a74bde2
5 changed files with 5 additions and 5 deletions

View File

@ -62,7 +62,7 @@ appservice:
# Prometheus telemetry config. Requires prometheus-client to be installed. # Prometheus telemetry config. Requires prometheus-client to be installed.
metrics: metrics:
enabled: {{ matrix_mautrix_facebook_metrics_enabled }} enabled: {{ matrix_mautrix_facebook_metrics_enabled | to_json }}
listen_port: 8000 listen_port: 8000
# Bridge config # Bridge config

View File

@ -57,7 +57,7 @@ appservice:
# Prometheus telemetry config. Requires prometheus-client to be installed. # Prometheus telemetry config. Requires prometheus-client to be installed.
metrics: metrics:
enabled: {{ matrix_mautrix_instagram_metrics_enabled }} enabled: {{ matrix_mautrix_instagram_metrics_enabled | to_json }}
listen_port: 8000 listen_port: 8000
instagram: instagram:

View File

@ -67,7 +67,7 @@ appservice:
# Prometheus telemetry config. Requires prometheus-client to be installed. # Prometheus telemetry config. Requires prometheus-client to be installed.
metrics: metrics:
enabled: {{ matrix_mautrix_signal_metrics_enabled }} enabled: {{ matrix_mautrix_signal_metrics_enabled | to_json }}
listen_port: 8000 listen_port: 8000
# Manhole config. # Manhole config.

View File

@ -65,7 +65,7 @@ appservice:
# Prometheus telemetry config. Requires prometheus-client to be installed. # Prometheus telemetry config. Requires prometheus-client to be installed.
metrics: metrics:
enabled: {{ matrix_mautrix_twitter_metrics_enabled }} enabled: {{ matrix_mautrix_twitter_metrics_enabled | to_json }}
listen_port: 8000 listen_port: 8000
# Bridge config # Bridge config

View File

@ -67,7 +67,7 @@ segment_key: null
# Prometheus config. # Prometheus config.
metrics: metrics:
# Enable prometheus 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 # IP and port where the metrics listener should be. The path is always /metrics
listen: 0.0.0.0:8001 listen: 0.0.0.0:8001