infra/prometheus.yml

15 lines
294 B
YAML
Raw Permalink Normal View History

2024-01-25 20:48:18 +01:00
global:
scrape_interval: 10s
scrape_configs:
- job_name: prometheus
static_configs:
- targets:
- prometheus:9090
- job_name: reverse_caddy
static_configs:
- targets:
- reverse_caddy:2019
- job_name: cadvisor
static_configs:
- targets:
- cadvisor:8080