mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
11 lines
350 B
YAML
11 lines
350 B
YAML
# Local dev Prometheus config — scrapes sprout-relay metrics.
|
|
# The relay runs on the host (not in Docker), so we use host.docker.internal.
|
|
# Default metrics port is 9102; override with SPROUT_METRICS_PORT.
|
|
global:
|
|
scrape_interval: 5s
|
|
|
|
scrape_configs:
|
|
- job_name: sprout-relay
|
|
static_configs:
|
|
- targets: ["host.docker.internal:9102"]
|