Rename p.r.jvm.memory.max to p.r.jvm.memory.limit (#2605)
This commit is contained in:
parent
22406e7c05
commit
2681d9c7dc
|
|
@ -65,7 +65,7 @@ All JVM metric attributes are required unless otherwise indicated.
|
|||
| | | | | | | pool | Name of pool [1] |
|
||||
| process.runtime.jvm.memory.committed | Measure of memory committed | Bytes | `By` | UpDownCounter | Int64 | type | `"heap"`, `"nonheap"` |
|
||||
| | | | | | | pool | Name of pool [1] |
|
||||
| process.runtime.jvm.memory.max | Measure of max obtainable memory | Bytes | `By` | UpDownCounter | Int64 | type | `"heap"`, `"nonheap"` |
|
||||
| process.runtime.jvm.memory.limit | Measure of max obtainable memory | Bytes | `By` | UpDownCounter | Int64 | type | `"heap"`, `"nonheap"` |
|
||||
| | | | | | | pool | Name of pool [1] |
|
||||
| process.runtime.jvm.threads.count | Number of executing threads | threads | `{threads}` | UpDownCounter | Int64 | | |
|
||||
| process.runtime.jvm.classes.loaded | Number of classes loaded since JVM start | classes | `{classes}` | Counter | Int64 | | |
|
||||
|
|
|
|||
Loading…
Reference in New Issue