mirror of
https://github.com/logos-messaging/status-metrics.git
synced 2026-01-02 14:13:11 +00:00
9 lines
250 B
YAML
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' |