status-metrics/prometheus/prometheus.yml
Arseniy Klempner 44ee2aae64
Initial commit
2025-01-15 19:35:32 -08:00

9 lines
250 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'status-go'
static_configs:
- targets: ['host.docker.internal:9305'] # Status-go exposes metrics on port 9305 by default
metrics_path: '/metrics'