semantic-conventions/docs/registry/attributes/nfs.md

14 lines
873 B
Markdown

<!-- NOTE: THIS FILE IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/attribute_namespace.md.j2 -->
# NFS
## NFS Server Reply Cache Attributes
NFS Server replies check a Reply Cache (repcache), which can have one of 3 result states
| Attribute | Type | Description | Examples | Stability |
|---|---|---|---|---|
| <a id="nfs-operation-name" href="#nfs-operation-name">`nfs.operation.name`</a> | string | NFSv4+ operation name. | `OPEN`; `READ`; `GETATTR` | ![Development](https://img.shields.io/badge/-development-blue) |
| <a id="nfs-server-repcache-status" href="#nfs-server-repcache-status">`nfs.server.repcache.status`</a> | string | Linux: one of "hit" (NFSD_STATS_RC_HITS), "miss" (NFSD_STATS_RC_MISSES), or "nocache" (NFSD_STATS_RC_NOCACHE -- uncacheable) | `hit` | ![Development](https://img.shields.io/badge/-development-blue) |