# HELP jvm_memory_committed_bytes The amount of memory in bytes that is committed for the Java virtual machine to use# TYPE jvm_memory_committed_bytes gauge
jvm_memory_committed_bytes{application="actuator-test",area="heap",id="PS Old Gen",}1.42082048E8
jvm_memory_committed_bytes{application="actuator-test",area="heap",id="PS Survivor Space",}1.1010048E7
jvm_memory_committed_bytes{application="actuator-test",area="nonheap",id="Metaspace",}3.8273024E7
jvm_memory_committed_bytes{application="actuator-test",area="nonheap",id="Compressed Class Space",}5505024.0
jvm_memory_committed_bytes{application="actuator-test",area="heap",id="PS Eden Space",}1.30547712E8
jvm_memory_committed_bytes{application="actuator-test",area="nonheap",id="Code Cache",}6881280.0# HELP jvm_classes_loaded_classes The number of classes that are currently loaded in the Java virtual machine