From b73d88729d83a60f67b4a35a269c2abc49f241b1 Mon Sep 17 00:00:00 2001 From: Thore Cimbal Date: Sat, 1 Aug 2026 03:13:33 +0200 Subject: [PATCH] monitoring: Alloy-Synapse-Scrape auf den echten Metrics-Port 9001 korrigiert Der Service matrix-stack-synapse-main exponiert 8008/9093/8080/9001 (synapse-metrics = 9001) - Port 9000 existiert nicht, der Scrape war seit Anlage tot. Aufgedeckt durch den ersten TargetDown-Alarm des neuen Alertings (gitops#32) direkt nach dem Deploy. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01PKhFj1S3UdD6xL2fbWPeYj --- apps/monitoring/alloy-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/monitoring/alloy-config.yaml b/apps/monitoring/alloy-config.yaml index e95ce78..7c33e9b 100644 --- a/apps/monitoring/alloy-config.yaml +++ b/apps/monitoring/alloy-config.yaml @@ -102,7 +102,7 @@ data: // Scrape Synapse metrics prometheus.scrape "synapse" { targets = [{ - __address__ = "matrix-stack-synapse-main.matrix.svc.cluster.local:9000", + __address__ = "matrix-stack-synapse-main.matrix.svc.cluster.local:9001", }] forward_to = [prometheus.remote_write.selendis.receiver] scrape_interval = "30s"