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>
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']
|