prometheus / procfs

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

chore: Use kernel-compliant types for `{U,G}IDs` #620

Closed rexagod closed 2 months ago

rexagod commented 3 months ago

As defined in uidgid_types.h: https://github.com/torvalds/linux/blob/8e938e39866920ddc266898e6ae1fffc5c8f51aa/include/linux/uidgid_types.h#L8 (https://github.com/prometheus/procfs/issues/372#issuecomment-2015164486).

Fixes: #372

amitschendel commented 2 months ago

I would be happy if this PR could be merged :) I am looking forward to that as well.