Add macOS-compatible Node Exporter Grafana dashboard #8

Merged
eblume merged 1 commit from feature/macos-node-exporter-dashboard into main 2026-01-14 20:53:58 -08:00

1 commit

Author SHA1 Message Date
8d5ea53cad Add macOS-compatible Node Exporter Grafana dashboard
The standard Node Exporter dashboards use Linux-specific memory metrics
(node_memory_MemTotal_bytes, etc.) which don't exist on macOS. This adds
a dashboard using macOS-native metrics (node_memory_total_bytes,
node_memory_active_bytes, node_memory_wired_bytes, etc.).

Features:
- Instance selector dropdown to switch between hosts
- Disk and network device multi-select filters
- CPU usage by mode, system load graphs
- macOS memory breakdown (Wired, Active, Compressed, Inactive, Free)
- Memory pressure gauge
- Disk I/O and IOPS
- Filesystem usage
- Network traffic, packets, and errors

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 20:53:09 -08:00