Files
containers/04-prometheus/config/prometheus.yaml
2026-02-20 11:42:23 +00:00

16 lines
374 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: caddy
static_configs:
- targets: ['caddy:2019']
- job_name: prometheus
static_configs:
- targets: ["localhost:9090"]
- job_name: docker
static_configs:
- targets: ["host.docker.internal:9323"]
- job_name: host
static_configs:
- targets: ['host.docker.internal:9100']