node_exporter
node_exporter copied to clipboard
Add node_disk_info metric
As discussed in https://github.com/prometheus/node_exporter/issues/304, we should add a node_disk_info metric that includes uuid and possibly other disk identifiers.
Parsing should go in procfs.
Related: #2207
I've been looking into adding this. One step in that direction is prometheus/procfs/pull/412. I'll get it rebased so it's ready to merge.
I'd love to see this feature as well.
This actually has been implemented for a while, so closing this issue.