7 lines
135 B
YAML
7 lines
135 B
YAML
|
scrape_config_files:
|
||
|
- scrape_configs/*/*
|
||
|
scrape_configs:
|
||
|
- job_name: node
|
||
|
static_configs:
|
||
|
- targets: ['localhost:8080']
|