9 lines
164 B
YAML
9 lines
164 B
YAML
global:
|
|
scrape_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: 'nest-backend'
|
|
metrics_path: '/api/metrics'
|
|
static_configs:
|
|
- targets: ['backend:3000']
|