DockerPrograms/Caddy/prometheus.yaml
Oliver Atkinson 7a0705c4d3 caddy / prometheus / grafana
a better version of the nginx otel config
2024-05-23 14:05:32 -06:00

9 lines
168 B
YAML

global:
scrape_interval: 15s # default is 1 minute
scrape_configs:
- job_name: caddy
static_configs:
# docker networking
- targets: ['caddy:2019']