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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PKhFj1S3UdD6xL2fbWPeYj
This commit is contained in:
Thore Cimbal
2026-08-01 12:00:00 +00:00
co-authored by Claude Fable 5
parent 8ad921519f
commit 6f761da1a4
+1 -1
View File
@@ -102,7 +102,7 @@ data:
// Scrape Synapse metrics // Scrape Synapse metrics
prometheus.scrape "synapse" { prometheus.scrape "synapse" {
targets = [{ 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] forward_to = [prometheus.remote_write.selendis.receiver]
scrape_interval = "30s" scrape_interval = "30s"