node_exporter icon indicating copy to clipboard operation
node_exporter copied to clipboard

RFE: Support all Linux kernel NFSv4 client and server RPC operations

Open siebenmann opened this issue 1 year ago • 0 comments

Currently, node_exporter has incomplete support for NFSv4 RPC operation statistics for both NFS clients and NFS servers, which is (partly) due to prometheus/procfs not supporting them (filed as prometheus/procfs#699). Supporting an expanded procfs NFS v4 operations list would probably take some restructuring of some code; updateNFSdRequestsv4Stats (in collectors/nfsd_linux.go) might not want to have to list all of the fields by hand and so might switch to the reflect-based approach used in the NFS client metrics code (although I don't know if the field names are completely compatible).

siebenmann avatar Feb 24 '25 21:02 siebenmann