it should look something like this:
- job_name: "synapse"
scrape_interval: 15s
metrics_path: "/_synapse/metrics"
static_configs:
- targets: ["localhost:9092"]
labels:
instance: "sw1v.org"
job: "master"
index: 1
- targets: ["localhost:8283"]
labels:
instance: "sw1v.org"
job: "synchrotron"
index: 1
Most helpful comment
it should look something like this: