Files
NBA_Go/prometheus/prometheus.yml
T
2025-05-01 00:16:24 -05:00

8 lines
152 B
YAML

global:
scrape_interval: 5s
scrape_configs:
- job_name: 'nba_go_api'
metrics_path: /metrics
static_configs:
- targets: ['nginx:8080']