10 lines
231 B
YAML
10 lines
231 B
YAML
global:
|
|
scrape_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: 'web-lab4'
|
|
static_configs:
|
|
- targets: ['8db2525f4c3b.ngrok-free.app']
|
|
metrics_path: '/web-lab4/api/metrics'
|
|
scrape_interval: 10s
|
|
scrape_timeout: 5s |