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
Copy file name to clipboardExpand all lines: specification/metrics/semantic_conventions/runtime-environment-metrics.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,19 +57,20 @@ consider, for example pthreads vs green thread implementations.
57
57
58
58
All JVM metric attributes are required unless otherwise indicated.
59
59
60
-
| Name | Description | Unit | Unit ([UCUM](README.md#instrument-units)) | Instrument Type ([*](README.md#instrument-types)) | Value Type | Attribute Key | Attribute Values |
| process.runtime.jvm.memory.usage | Measure of memory used | Bytes |`By`| UpDownCounter | Int64 | type |`"heap"`, `"nonheap"`|
63
-
||||||| pool | Name of pool [1]|
64
-
| process.runtime.jvm.memory.init | Measure of initial memory requested | Bytes |`By`| UpDownCounter | Int64 | type |`"heap"`, `"nonheap"`|
65
-
||||||| pool | Name of pool [1]|
66
-
| process.runtime.jvm.memory.committed | Measure of memory committed | Bytes |`By`| UpDownCounter | Int64 | type |`"heap"`, `"nonheap"`|
67
-
||||||| pool | Name of pool [1]|
68
-
| process.runtime.jvm.memory.max | Measure of max obtainable memory | Bytes |`By`| UpDownCounter | Int64 | type |`"heap"`, `"nonheap"`|
69
-
||||||| pool | Name of pool [1]|
70
-
| process.runtime.jvm.threads.count | Number of executing threads | threads |`{threads}`| UpDownCounter | Int64 |||
71
-
| process.runtime.jvm.classes.loaded | Number of classes currently loaded | classes |`{classes}`| UpDownCounter | Int64 |||
72
-
| process.runtime.jvm.classes.unloaded | Number of classes unloaded since JVM start | classes |`{classes}`| UpDownCounter | Int64 |||
60
+
| Name | Description | Unit | Unit ([UCUM](README.md#instrument-units)) | Instrument Type ([*](README.md#instrument-types)) | Value Type | Attribute Key | Attribute Values |
| process.runtime.jvm.memory.usage | Measure of memory used | Bytes |`By`| UpDownCounter | Int64 | type |`"heap"`, `"nonheap"`|
63
+
||||||| pool | Name of pool [1]|
64
+
| process.runtime.jvm.memory.init | Measure of initial memory requested | Bytes |`By`| UpDownCounter | Int64 | type |`"heap"`, `"nonheap"`|
65
+
||||||| pool | Name of pool [1]|
66
+
| process.runtime.jvm.memory.committed | Measure of memory committed | Bytes |`By`| UpDownCounter | Int64 | type |`"heap"`, `"nonheap"`|
67
+
||||||| pool | Name of pool [1]|
68
+
| process.runtime.jvm.memory.max | Measure of max obtainable memory | Bytes |`By`| UpDownCounter | Int64 | type |`"heap"`, `"nonheap"`|
69
+
||||||| pool | Name of pool [1]|
70
+
| process.runtime.jvm.threads.count | Number of executing threads | threads |`{threads}`| UpDownCounter | Int64 |||
71
+
| process.runtime.jvm.classes.loaded | Number of classes loaded since JVM start | classes |`{classes}`| Counter | Int64 |||
72
+
| process.runtime.jvm.classes.unloaded | Number of classes unloaded since JVM start | classes |`{classes}`| Counter | Int64 |||
73
+
| process.runtime.jvm.classes.current_loaded | Number of classes currently loaded | classes |`{classes}`| UpDownCounter | Int64 |||
73
74
74
75
**[1]**: Pool names are generally obtained
75
76
via [MemoryPoolMXBean#getName()](https://docs.oracle.com/en/java/javase/11/docs/api/java.management/java/lang/management/MemoryPoolMXBean.html#getName())
0 commit comments