You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`process.cpu.time`| Counter |`s`| Total CPU seconds broken down by different CPU modes. ||[`process`](/docs/registry/entities/process.md#process)|
60
+
|`process.cpu.time`| Counter |`s`| Total CPU seconds broken down by different CPU modes. ||[`process`](/docs/registry/entities/process.md#process)|
61
61
62
62
**Attributes:**
63
63
@@ -96,7 +96,7 @@ This metric is [opt-in][MetricOptIn].
96
96
97
97
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`process.cpu.utilization`| Gauge |`1`| Difference in process.cpu.time since the last measurement, divided by the elapsed time and number of CPUs available to the process. ||[`process`](/docs/registry/entities/process.md#process)|
99
+
|`process.cpu.utilization`| Gauge |`1`| Difference in process.cpu.time since the last measurement, divided by the elapsed time and number of CPUs available to the process. ||[`process`](/docs/registry/entities/process.md#process)|
100
100
101
101
**Attributes:**
102
102
@@ -135,7 +135,7 @@ This metric is [recommended][MetricRecommended].
135
135
136
136
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`process.memory.usage`| UpDownCounter |`By`| The amount of physical memory in use. ||[`process`](/docs/registry/entities/process.md#process)|
138
+
|`process.memory.usage`| UpDownCounter |`By`| The amount of physical memory in use. ||[`process`](/docs/registry/entities/process.md#process)|
139
139
140
140
<!-- prettier-ignore-end -->
141
141
<!-- END AUTOGENERATED TEXT -->
@@ -152,7 +152,7 @@ This metric is [recommended][MetricRecommended].
152
152
153
153
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`process.memory.virtual`| UpDownCounter |`By`| The amount of committed virtual memory. ||[`process`](/docs/registry/entities/process.md#process)|
155
+
|`process.memory.virtual`| UpDownCounter |`By`| The amount of committed virtual memory. ||[`process`](/docs/registry/entities/process.md#process)|
156
156
157
157
<!-- prettier-ignore-end -->
158
158
<!-- END AUTOGENERATED TEXT -->
@@ -169,7 +169,7 @@ This metric is [recommended][MetricRecommended].
169
169
170
170
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`process.unix.file_descriptor.count`| UpDownCounter |`{file_descriptor}`| Number of unix file descriptors in use by the process. ||[`process`](/docs/registry/entities/process.md#process)|
253
+
|`process.unix.file_descriptor.count`| UpDownCounter |`{file_descriptor}`| Number of unix file descriptors in use by the process. ||[`process`](/docs/registry/entities/process.md#process)|
254
254
255
255
<!-- prettier-ignore-end -->
256
256
<!-- END AUTOGENERATED TEXT -->
@@ -267,7 +267,7 @@ This metric is [recommended][MetricRecommended].
267
267
268
268
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`process.windows.handle.count`| UpDownCounter |`{handle}`| Number of handles held by the process. ||[`process`](/docs/registry/entities/process.md#process)|
270
+
|`process.windows.handle.count`| UpDownCounter |`{handle}`| Number of handles held by the process. ||[`process`](/docs/registry/entities/process.md#process)|
271
271
272
272
<!-- prettier-ignore-end -->
273
273
<!-- END AUTOGENERATED TEXT -->
@@ -284,7 +284,7 @@ This metric is [recommended][MetricRecommended].
284
284
285
285
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`process.context_switches`| Counter |`{context_switch}`| Number of times the process has been context switched. ||[`process`](/docs/registry/entities/process.md#process)|
287
+
|`process.context_switches`| Counter |`{context_switch}`| Number of times the process has been context switched. ||[`process`](/docs/registry/entities/process.md#process)|
288
288
289
289
**Attributes:**
290
290
@@ -316,7 +316,7 @@ This metric is [recommended][MetricRecommended].
316
316
317
317
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`process.paging.faults`| Counter |`{fault}`| Number of page faults the process has made. ||[`process`](/docs/registry/entities/process.md#process)|
319
+
|`process.paging.faults`| Counter |`{fault}`| Number of page faults the process has made. ||[`process`](/docs/registry/entities/process.md#process)|
320
320
321
321
**Attributes:**
322
322
@@ -348,7 +348,7 @@ This metric is [recommended][MetricRecommended].
348
348
349
349
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`process.uptime`| Gauge |`s`| The time the process has been running. [1]||[`process`](/docs/registry/entities/process.md#process)|
351
+
|`process.uptime`| Gauge |`s`| The time the process has been running. [1]||[`process`](/docs/registry/entities/process.md#process)|
352
352
353
353
**[1]:** Instrumentations SHOULD use a gauge with type `double` and measure uptime in seconds as a floating point number with the highest precision available.
354
354
The actual accuracy would depend on the instrumentation and operating system.
0 commit comments