prometheus / procfs

procfs provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc.
Apache License 2.0
769 stars 319 forks source link

Add inode number to fdinfo #552

Closed ctrox closed 1 year ago

ctrox commented 1 year ago

This simply adds the inode number to ProcFDInfo as I noticed its absence. I left it a string to be consistent with the other fields.