Use |to_json in mautrix metrics configuration
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2427
This commit is contained in:
parent
d7c0239e40
commit
611a74bde2
@ -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
|
||||||
|
@ -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:
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user