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

NFSd: handle new wdeleg_getattr attribute in /proc/net/rpc/nfsd #574

Closed klausman closed 1 year ago

klausman commented 1 year ago

This attribute was introduced it v6.6-rc1.

I am unsure if toplevel is the right place for the metric struct-wise, but it is a sole uint64 that doesn't seem to fit any of the other categories in an obvious manner. Unfortunately, I have also been unable to find any documentation of the meaning of this stat.

In the short run, I at leas would like my node-exporters to not just not export any NFSd metrics anymore just because there is one new stat, and this seems the way to approach the matter.

SuperQ commented 1 year ago

The golangci-lint issue is unrelated.