Add macOS-compatible Node Exporter Grafana dashboard #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/macos-node-exporter-dashboard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Details
The standard Node Exporter dashboards show "No Data" for memory panels on macOS because they query Linux-specific metrics like
node_memory_MemTotal_bytes. macOS node_exporter exports different metrics:macOS has unique memory categories: Wired, Active, Compressed, Inactive, Free.
Test plan
🤖 Generated with Claude Code