bouncer/misc/prometheus/prometheus.yml

7 lines
169 B
YAML

scrape_configs:
- job_name: bouncer-proxy
metrics_path: /.bouncer/metrics
static_configs:
- targets:
- "localhost:8080"
scrape_interval: 5s