Ajout monitoring matrix
parent
5fcf7998d1
commit
f5cb5f0f3e
|
@ -232,6 +232,14 @@ loc_prometheus:
|
|||
- replacement: "{{ lookup('ldap', 'ip4', 'helloworld', 'adm') }}:9116"
|
||||
target_label: __address__
|
||||
|
||||
synapse:
|
||||
config:
|
||||
- job_name: synapse
|
||||
static_configs:
|
||||
- targets: ["matrix.crans.org"]
|
||||
scrape_interval: 15s
|
||||
metrics_path: "/_synapse/metrics"
|
||||
|
||||
tsdb:
|
||||
retention_time: "180d"
|
||||
retention_size: "200GB"
|
||||
|
|
Loading…
Reference in New Issue