Add prometheus for caddy and unbound exporters

This commit is contained in:
2021-08-16 02:38:40 -05:00
parent 28edff04f6
commit 63373124e7
4 changed files with 40 additions and 10 deletions

14
conf/prometheus.yml Normal file
View 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"