20 lines
463 B
YAML
20 lines
463 B
YAML
scrape_configs:
|
|
- job_name: "node_exporter"
|
|
scrape_interval: 15s
|
|
static_configs:
|
|
- targets: ["host.docker.internal:9100"]
|
|
|
|
- job_name: "caddy"
|
|
scrape_interval: 15s
|
|
static_configs:
|
|
- targets: ["host.docker.internal:2020"]
|
|
labels:
|
|
instance: "boba.best"
|
|
|
|
- job_name: "unbound"
|
|
scrape_interval: 15s
|
|
static_configs:
|
|
- targets: ["unbound-telemetry:9167"]
|
|
labels:
|
|
instance: "boba.best"
|