| JVM Memory Objects Pending Finalization | stonebranch.jvm_memory_objects_pending_finalization | Number of Java objects awaiting finalization | Count |
| JVM Memory Used Bytes | stonebranch.jvm_memory_used_bytes | Amount of memory currently used by the JVM in bytes | Bytes |
| JVM Memory Committed Bytes | stonebranch.jvm_memory_committed_bytes | Amount of memory guaranteed to be available to the JVM in bytes | Bytes |
| JVM Memory Max Bytes | stonebranch.jvm_memory_max_bytes | Maximum memory that can be used by the JVM in bytes | Bytes |
| JVM Memory Init Bytes | stonebranch.jvm_memory_init_bytes | Initial memory allocation for the JVM in bytes | Bytes |
| JVM Memory Pool Bytes Used | stonebranch.jvm_memory_pool_bytes_used_bytes | Memory used by the JVM memory pool in bytes | Bytes |
| JVM Memory Pool Bytes Committed | stonebranch.jvm_memory_pool_bytes_committed_bytes | Memory committed for the JVM memory pool in bytes | Bytes |
| JVM Memory Pool Bytes Max | stonebranch.jvm_memory_pool_bytes_max_bytes | Maximum memory for the JVM memory pool in bytes | Bytes |
| JVM Memory Pool Init Bytes | stonebranch.jvm_memory_pool_init_bytes | Initial memory for the JVM memory pool in bytes | Bytes |
| JVM Memory Pool Collection Used Bytes | stonebranch.jvm_memory_pool_collection_used_bytes | Memory used by the JVM memory pool collection in bytes | Bytes |
| JVM Memory Pool Collection Committed Bytes | stonebranch.jvm_memory_pool_collection_committed_bytes | Memory committed for the JVM memory pool collection in bytes | Bytes |
| JVM Memory Pool Collection Max Bytes | stonebranch.jvm_memory_pool_collection_max_bytes | Maximum memory for the JVM memory pool collection in bytes | Bytes |
| JVM Memory Pool Collection Init Bytes | stonebranch.jvm_memory_pool_collection_init_bytes | Initial memory for the JVM memory pool collection in bytes | Bytes |
| JVM Memory Pool Allocated Bytes Total | stonebranch.jvm_memory_pool_allocated_bytes_total.count | Total bytes allocated by the JVM memory pool | Bytes |
| JVM Buffer Pool Used Bytes | stonebranch.jvm_buffer_pool_used_bytes | Bytes used by the JVM buffer pool | Bytes |
| JVM Buffer Pool Capacity Bytes | stonebranch.jvm_buffer_pool_capacity_bytes | Capacity of the JVM buffer pool in bytes | Bytes |
| JVM Buffer Pool Used Buffers | stonebranch.jvm_buffer_pool_used_buffers | Number of buffers used in the JVM buffer pool | Count |
| JVM GC Collection Seconds | stonebranch.jvm_gc_collection_seconds | Time spent in JVM garbage collection in seconds | Seconds |
| JVM Threads Current | stonebranch.jvm_threads_current | Current number of live threads in the JVM | Count |
| JVM Threads Daemon | stonebranch.jvm_threads_daemon | Number of daemon threads in the JVM | Count |
| JVM Threads Peak | stonebranch.jvm_threads_peak | Peak live thread count since JVM start | Count |
| JVM Threads Started Total | stonebranch.jvm_threads_started_total.count | Total threads started since JVM start | Count |
| JVM Threads Deadlocked | stonebranch.jvm_threads_deadlocked | Number of threads currently deadlocked | Count |
| JVM Threads Deadlocked Monitor | stonebranch.jvm_threads_deadlocked_monitor | Number of threads deadlocked waiting for monitor | Count |
| JVM Threads State | stonebranch.jvm_threads_state | Gauge measure of threads per state in the JVM | Count |
| JVM Classes Currently Loaded | stonebranch.jvm_classes_currently_loaded | Number of classes currently loaded in the JVM | Count |
| JVM Classes Loaded Total | stonebranch.jvm_classes_loaded_total.count | Total number of classes loaded since JVM start | Count |
| JVM Classes Unloaded Total | stonebranch.jvm_classes_unloaded_total.count | Total number of classes unloaded since JVM start | Count |
| JVM Runtime Info | stonebranch.jvm_runtime_info | Gauge of JVM runtime info (e.g., version, vendor) | Count |