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.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
70
71
71
**[1]**: Pool names are generally obtained
72
72
via [MemoryPoolMXBean#getName()](https://docs.oracle.com/en/java/javase/11/docs/api/java.management/java/lang/management/MemoryPoolMXBean.html#getName())
0 commit comments