Added synapse monitoring
This commit is contained in:
parent
18f748f010
commit
2d6756aca9
@ -108,6 +108,10 @@ spec:
|
||||
port: 80
|
||||
replicaCount: 1
|
||||
resources: {}
|
||||
metrics:
|
||||
enabled: true
|
||||
port: 9000
|
||||
annotations: true
|
||||
|
||||
riot:
|
||||
enabled: true
|
||||
|
@ -306,6 +306,14 @@ data:
|
||||
- source_labels: [__meta_kubernetes_endpoints_name]
|
||||
regex: 'node-exporter'
|
||||
action: keep
|
||||
|
||||
- job_name: "synapse"
|
||||
scrape_interval: 15s
|
||||
metrics_path: "/_synapse/metrics"
|
||||
static_configs:
|
||||
- targets: ["chat-matrix-synapse.chat.svc:9092"]
|
||||
|
||||
|
||||
recording_rules.yml: |
|
||||
{}
|
||||
rules: |
|
||||
|
Loading…
Reference in New Issue
Block a user