Skip to content

nfsd

Default Metrics

The following metrics are emitted by default. Each of them can be disabled by applying the following configuration:

metrics:
  <metric_name>:
    enabled: false

nfs.packets.arrived

Number of NFS packets arrived

Unit Metric Type Value Type Aggregation Temporality Monotonic Stability
{packets} Sum Int Cumulative true Alpha

nfs.packets.deferred

Number of NFS packets deferred

Unit Metric Type Value Type Stability
{packets} Gauge Int Alpha

nfs.sockets.enqueued

Number of times an NFS transport is enqueued to wait for an NFS thread to service

Unit Metric Type Value Type Aggregation Temporality Monotonic Stability
{count} Sum Int Cumulative true Alpha

nfs.threads

Number of current KNFSD server threads

Unit Metric Type Value Type Stability
{threads} Gauge Int Alpha

nfs.threads.timedout

Number of times an NFS thread triggered an idle timeout

Unit Metric Type Value Type Aggregation Temporality Monotonic Stability
{count} Sum Int Cumulative true Alpha

nfs.threads.woken

Number of times an idle NFS thread is woken to receive some data from an NFS transport

Unit Metric Type Value Type Aggregation Temporality Monotonic Stability
{count} Sum Int Cumulative true Alpha