Currently the labels for NFS metrics from mountstats are "export", "protocol", "mountaddr"
I'm requesting that another label be added, the mountpoint on the NFS client.
For example if /proc/self/mountstats had the following device info:
device myhostname.com:/exports/example mounted on /auto/example with fstype nfs statvers=1.1
I'd like to have a label: mountpoint: /auto/example, in addition to the label export: myhostname.com:/exports/example
It looks like this is already supported by procfs: https://github.com/prometheus/procfs/blob/master/mountstats.go#L314
Currently the labels for NFS metrics from mountstats are
"export", "protocol", "mountaddr"I'm requesting that another label be added, the mountpoint on the NFS client.
For example if
/proc/self/mountstatshad the following device info:device myhostname.com:/exports/example mounted on /auto/example with fstype nfs statvers=1.1I'd like to have a label:
mountpoint: /auto/example, in addition to the labelexport: myhostname.com:/exports/exampleIt looks like this is already supported by procfs: https://github.com/prometheus/procfs/blob/master/mountstats.go#L314