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
@@ -24,16 +24,24 @@ Total CPU seconds broken down by different states.
24
24
25
25
| Name | Description | Values |
26
26
| ---- | ----------- | ------ |
27
-
| state | Breakdown of CPU usage by type. | Str: ``system``, ``user``, ``wait`` |
27
+
| pid | Process identifier (PID). | Any Int |
28
+
| pname | The name of the process executable. On Linux based systems, can be set to the Name in proc/[pid]/status. On Windows, can be set to the base name of GetProcessImageFileNameW. | Any Str |
29
+
| cwd | The cwd of the process executable. | Any Str |
28
30
29
-
### process.cpu.time.total
31
+
### process.cpu.time
30
32
31
-
Total CPU seconds contains different states.
33
+
Total CPU seconds broken down by different states.
32
34
33
35
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| pname | The name of the process executable. On Linux based systems, can be set to the Name in proc/[pid]/status. On Windows, can be set to the base name of GetProcessImageFileNameW. | Any Str |
73
+
| cwd | The cwd of the process executable. | Any Str |
0 commit comments