Files
NBA_Go/prometheus/prometheus.yml
T
2026-09-04 12:01:20 -05:00

18 lines
404 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']
- job_name: 'nba-api'
static_configs:
- targets: ['api1:5000', 'api2:5000', 'api3:5000']
metrics_path: '/metrics'
- job_name: 'haproxy'
static_configs:
- targets: ['178.105.149.129:7080']
metrics_path: '/metrics'