Add matrix-media-repo to prometheus
This commit is contained in:
parent
f88ecf071e
commit
2cda0911a2
@ -1,11 +1,4 @@
|
||||
scrape_configs:
|
||||
#- job_name: "caddy"
|
||||
# scrape_interval: 15s
|
||||
# static_configs:
|
||||
# - targets: ["host.docker.internal:2020"]
|
||||
# labels:
|
||||
# instance: "boba.best"
|
||||
|
||||
- job_name: "synapse"
|
||||
scrape_interval: 15s
|
||||
metrics_path: "/_synapse/metrics"
|
||||
@ -58,8 +51,9 @@ scrape_configs:
|
||||
job: "federation_sender"
|
||||
index: 4
|
||||
|
||||
- targets: ["media:8008"]
|
||||
- job_name: "matrix-media-repo"
|
||||
scrape_interval: 15s
|
||||
static_configs:
|
||||
- targets: ["media-repo:9000"]
|
||||
labels:
|
||||
instance: "matrix.boba.best"
|
||||
job: "media_repository"
|
||||
index: 1
|
||||
|
Reference in New Issue
Block a user