You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
global:
|
|
evaluation_interval: 10m
|
|
scrape_configs:
|
|
- job_name: "node-exporter"
|
|
scrape_interval: 20s
|
|
static_configs:
|
|
- targets: ["exporter:9000"]
|
|
- job_name: "nodemapper"
|
|
scrape_interval: 2m
|
|
static_configs:
|
|
- targets: ["nodemapper:5000"]
|