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:
co-authored by
Claude Fable 5
parent
7735c504f2
commit
b73d88729d
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user