15 lines
340 B
YAML
15 lines
340 B
YAML
|
scrape_configs:
|
||
|
- 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"
|