feat: matrix related updates and fixes

krasovs.ky fc42245f ccd0e944

verified
Changed files
+14 -3
configs
+2 -1
configs/alloy/config.alloy
···
prometheus.scrape "scrape_metrics" {
targets = [
+
{ __address__ = "192.168.100.2:9290" }, // ipmi_exporter
{ __address__ = "host.containers.internal:9100" }, // node_exporter
{ __address__ = "host.containers.internal:9558" }, // systemd_exporter
{ __address__ = "host.containers.internal:9091" }, // LiveKit
···
{ __address__ = "immich:8082" },
{ __address__ = "opencloud:9205" },
{ __address__ = "opencloud:9304" },
-
{ __address__ = "synapse:9000" },
+
{ __address__ = "matrix:9000" },
{ __address__ = "rmqtt:6060", __metrics_path__ = "/api/v1/metrics/prometheus" },
]
forward_to = [prometheus.remote_write.victoria_metrics.receiver]
+1 -1
configs/containers/systemd/matrix/matrix-authentication-service.container.tftpl
···
After=matrix-postgres.service
[Container]
-
Image=ghcr.io/element-hq/matrix-authentication-service:1.7.0
+
Image=ghcr.io/element-hq/matrix-authentication-service:1.8.0
AutoUpdate=registry
ContainerName=matrix-authentication-service
+1 -1
configs/containers/systemd/matrix/matrix-synapse.container.tftpl
···
After=matrix-valkey.service matrix-postgres.service
[Container]
-
Image=docker.io/matrixdotorg/synapse:v1.143.0
+
Image=docker.io/matrixdotorg/synapse:v1.144.0
AutoUpdate=registry
ContainerName=matrix-synapse
+10
configs/matrix/mas.yaml.tftpl
···
idle_timeout: 600
max_lifetime: 1800
+
telemetry:
+
tracing:
+
propagators:
+
- jaeger
+
exporter: otlp
+
endpoint: http://grafana-alloy:4318/v1/traces
+
metrics:
+
exporter: otlp
+
endpoint: http://grafana-alloy:4318/v1/metrics
+
email:
from: '"Matrix Authentication Service" <noreply+matrix@krasovs.ky>'
reply_to: '"Matrix Authentication Service" <noreply+matrix@krasovs.ky>'