@@ -12,10 +12,188 @@ metrics:
1212 enabled : false
1313` ` `
1414
15- ### system. nfs.net.count
15+ ### nfs.client .net.count
1616
17- Reports the count of kernel NFS client network requests handled
17+ Reports the count of kernel NFS client TCP segments and UDP datagrams handled.
1818
19- | Unit | Metric Type | Value Type | Stability |
20- | ---- | ----------- | ---------- | --------- |
21- | {request} | Gauge | Int | development |
19+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
20+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
21+ | {record} | Sum | Int | Cumulative | true | development |
22+
23+ #### Attributes
24+
25+ | Name | Description | Values | Optional |
26+ | ---- | ----------- | ------ | -------- |
27+ | network.transport | OSI transport layer or inter-process communication method. | Str: ` ` udp` ` , ` ` tcp` ` | false |
28+
29+ ### nfs.client.net.tcp.connection.accepted
30+
31+ Reports the count of kernel NFS client TCP connections accepted
32+
33+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
34+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
35+ | {connection} | Sum | Int | Cumulative | true | development |
36+
37+ ### nfs.client.operation.count
38+
39+ Reports the count of kernel NFSv4+ client operations
40+
41+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
42+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
43+ | {operation} | Sum | Int | Cumulative | true | development |
44+
45+ #### Attributes
46+
47+ | Name | Description | Values | Optional |
48+ | ---- | ----------- | ------ | -------- |
49+ | onc_rpc.version | ONC/Sun RPC program version. | Any Int | false |
50+ | nfs.operation.name | NFSv4+ operation name. | Any Str | false |
51+
52+ ### nfs.client.procedure.count
53+
54+ Reports the count of kernel NFS client procedures
55+
56+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
57+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
58+ | {procedure} | Sum | Int | Cumulative | true | development |
59+
60+ #### Attributes
61+
62+ | Name | Description | Values | Optional |
63+ | ---- | ----------- | ------ | -------- |
64+ | onc_rpc.version | ONC/Sun RPC program version. | Any Int | false |
65+ | onc_rpc.procedure.name | ONC/Sun RPC procedure name. | Any Str | false |
66+
67+ ### nfs.client.rpc.authrefresh.count
68+
69+ Reports the count of kernel NFS client RPC authentication refreshes
70+
71+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
72+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
73+ | {authrefresh} | Sum | Int | Cumulative | true | development |
74+
75+ ### nfs.client.rpc.count
76+
77+ Reports the count of kernel NFS client RPCs sent, regardless of whether they're accepted/rejected by the server.
78+
79+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
80+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
81+ | {request} | Sum | Int | Cumulative | true | development |
82+
83+ ### nfs.client.rpc.retransmit.count
84+
85+ Reports the count of kernel NFS client RPC retransmits
86+
87+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
88+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
89+ | {retransmit} | Sum | Int | Cumulative | true | development |
90+
91+ ### nfs.server.fh.stale.count
92+
93+ Reports the cumulative count of kernel NFS server stale file handles.
94+
95+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
96+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
97+ | {fh} | Sum | Int | Cumulative | true | development |
98+
99+ ### nfs.server.io
100+
101+ Reports the count of kernel NFS server bytes returned to receive and transmit (read and write) requests.
102+
103+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
104+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
105+ | By | Sum | Int | Cumulative | true | development |
106+
107+ #### Attributes
108+
109+ | Name | Description | Values | Optional |
110+ | ---- | ----------- | ------ | -------- |
111+ | network.io.direction | The network IO operation direction. | Str: ` ` transmit` ` , ` ` receive` ` | false |
112+
113+ ### nfs.server.net.count
114+
115+ Reports the count of kernel NFS server TCP segments and UDP datagrams handled.
116+
117+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
118+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
119+ | {request} | Sum | Int | Cumulative | true | development |
120+
121+ #### Attributes
122+
123+ | Name | Description | Values | Optional |
124+ | ---- | ----------- | ------ | -------- |
125+ | network.transport | OSI transport layer or inter-process communication method. | Str: ` ` udp` ` , ` ` tcp` ` | false |
126+
127+ ### nfs.server.net.tcp.connection.accepted
128+
129+ Reports the count of kernel NFS server TCP connections accepted
130+
131+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
132+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
133+ | {connection} | Sum | Int | Cumulative | true | development |
134+
135+ ### nfs.server.operation.count
136+
137+ Reports the count of kernel NFSv4+ server operations
138+
139+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
140+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
141+ | {operation} | Sum | Int | Cumulative | true | development |
142+
143+ #### Attributes
144+
145+ | Name | Description | Values | Optional |
146+ | ---- | ----------- | ------ | -------- |
147+ | onc_rpc.version | ONC/Sun RPC program version. | Any Int | false |
148+ | nfs.operation.name | NFSv4+ operation name. | Any Str | false |
149+
150+ ### nfs.server.procedure.count
151+
152+ Reports the count of kernel NFS server procedures
153+
154+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
155+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
156+ | {procedure} | Sum | Int | Cumulative | true | development |
157+
158+ #### Attributes
159+
160+ | Name | Description | Values | Optional |
161+ | ---- | ----------- | ------ | -------- |
162+ | onc_rpc.version | ONC/Sun RPC program version. | Any Int | false |
163+ | onc_rpc.procedure.name | ONC/Sun RPC procedure name. | Any Str | false |
164+
165+ ### nfs.server.repcache.requests
166+
167+ Reports the kernel NFS server reply cache request count by cache hit status.
168+
169+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
170+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
171+ | {request} | Sum | Int | Cumulative | true | development |
172+
173+ #### Attributes
174+
175+ | Name | Description | Values | Optional |
176+ | ---- | ----------- | ------ | -------- |
177+ | nfs.server.repcache.status | NFS Server replies check a Reply Cache (repcache), which can have one of 3 result states: 'hit', 'miss', or 'nocache'. | Str: ` ` hit` ` , ` ` miss` ` , ` ` nocache` ` | false |
178+
179+ ### nfs.server.rpc.count
180+
181+ Reports the count of kernel NFS server RPCs handled.
182+
183+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
184+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
185+ | {request} | Sum | Int | Cumulative | true | development |
186+
187+ #### Attributes
188+
189+ | Name | Description | Values | Optional |
190+ | ---- | ----------- | ------ | -------- |
191+ | error.type | Describes a class of error the operation ended with. | Str: ` ` format` ` , ` ` auth` ` , ` ` client` ` | false |
192+
193+ ### nfs.server.thread.count
194+
195+ Reports the count of kernel NFS server available threads
196+
197+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
198+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
199+ | {thread} | Sum | Int | Cumulative | false | development |
0 commit comments