JVM metrics based on hsperfdata
:
container_jvm_info{jvm: "<main_class_or_jar>"}
: meta information about the JVM, e.g java versioncontainer_jvm_heap_size_bytes{jvm: "<main_class_or_jar>"}
: total heap size in bytescontainer_jvm_heap_used_bytes{jvm: "<main_class_or_jar>"}
: used heap size in bytescontainer_jvm_gc_time_seconds{jvm: "<main_class_or_jar>", gc: "<garbage_collector_name>"}
: time spent in the given JVM garbage collector in secondscontainer_jvm_safepoint_time_seconds{jvm: "<main_class_or_jar>"}
: time the application has been stopped for safepoint operations in secondscontainer_jvm_safepoint_sync_time_seconds{jvm: "<main_class_or_jar>"}
: time spent getting to safepoints in seconds