mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
6 lines
135 B
YAML
6 lines
135 B
YAML
scrape_config_files:
|
|
- scrape_configs/*/*
|
|
scrape_configs:
|
|
- job_name: node
|
|
static_configs:
|
|
- targets: ['localhost:8080']
|