11 lines
217 B
YAML
11 lines
217 B
YAML
global:
|
|
scrape_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: 'csgo-api'
|
|
static_configs:
|
|
- targets: ['localhost:8000']
|
|
|
|
- job_name: 'model-metrics'
|
|
static_configs:
|
|
- targets: ['localhost:8001'] |