prometheus
prometheus/grafana/node-exporter
- grafana standalone oss, port 3000, nodeexporter dashboard: https://grafana.com/grafana/dashboards/1860 , import datasource first
- node-exporter from prometheus or cloudflare for ebpf, port 9100
- prometheus –config.file=thing.yaml, port 9090,
global: scrape_interval: 15s scrape_configs: - job_name: node static_configs: - targets: ['localhost:9100']