mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
599b70a05d
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
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']
|