Add prometheus for caddy and unbound exporters
This commit is contained in:
14
conf/prometheus.yml
Normal file
14
conf/prometheus.yml
Normal file
@ -0,0 +1,14 @@
|
||||
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"
|
Reference in New Issue
Block a user