Constant NFS_SERVER_RPC_COUNT
pub const NFS_SERVER_RPC_COUNT: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
Reports the count of kernel NFS server RPCs handled.
§Notes
Linux: this metric is taken from the Linux kernel’s svc_stat.rpccnt, the count of good RPCs. This metric can have an error.type of “format”, “auth”, or “client” for svc_stat.badfmt, svc_stat.badauth, and svc_stat.badclnt
§Metadata
| Instrument: | counter |
| Unit: | {request} |
| Status: | Development |
§Attributes
| Name | Requirement |
|---|---|
crate::attribute::ERROR_TYPE | Recommended |