mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-14 17:44:06 -08:00
8 lines
179 B
YAML
8 lines
179 B
YAML
|
scrape_config_files:
|
||
|
- scrape_config_files.good.yml
|
||
|
- scrape_config_files2.good.yml
|
||
|
scrape_configs:
|
||
|
- job_name: node
|
||
|
static_configs:
|
||
|
- targets: ['localhost:8080']
|