9 lines
151 B
YAML
9 lines
151 B
YAML
|
global:
|
||
|
scrape_interval: 10s
|
||
|
|
||
|
scrape_configs:
|
||
|
- job_name: 'lotus'
|
||
|
metrics_path: '/debug/metrics'
|
||
|
static_configs:
|
||
|
- targets: ['localhost:1234']
|