mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 05:55:13 +00:00
8 lines
152 B
YAML
8 lines
152 B
YAML
global:
|
|
scrape_interval: 5s
|
|
|
|
scrape_configs:
|
|
- job_name: 'nba_go_api'
|
|
metrics_path: /metrics
|
|
static_configs:
|
|
- targets: ['nginx:8080'] |