/etc/prometheus
scrape_configs: - job_name: "prometheus" static_configs: - targets: ["localhost:9090"] - job_name: "node_exporter" static_configs: - targets: ["localhost:9100"]
.
Edit
..
Edit
prometheus.yml
Edit