node_exporter
node_exporter copied to clipboard
RFE: Support all Linux kernel NFSv4 client and server RPC operations
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).