exports¶
Default Metrics¶
The following metrics are emitted by default. Each of them can be disabled by applying the following configuration:
nfs.exports.total_operations¶
Total number of NFS operations received from clients
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
|---|---|---|---|---|---|
| {operations} | Sum | Int | Cumulative | true | Alpha |
nfs.exports.total_read_bytes¶
Total bytes read by the NFS clients
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
|---|---|---|---|---|---|
| By | Sum | Int | Cumulative | true | Alpha |
nfs.exports.total_write_bytes¶
Total bytes wrote by the NFS clients
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
|---|---|---|---|---|---|
| By | Sum | Int | Cumulative | true | Alpha |