Files
buzz/prometheus.yml
2026-06-10 19:29:51 -04:00

11 lines
344 B
YAML

# Local dev Prometheus config — scrapes buzz-relay metrics.
# The relay runs on the host (not in Docker), so we use host.docker.internal.
# Default metrics port is 9102; override with BUZZ_METRICS_PORT.
global:
scrape_interval: 5s
scrape_configs:
- job_name: buzz-relay
static_configs:
- targets: ["host.docker.internal:9102"]