Package io.opentelemetry.semconv
Class JvmAttributes
java.lang.Object
io.opentelemetry.semconv.JvmAttributes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classValues forJVM_MEMORY_TYPE.static final classValues forJVM_THREAD_STATE. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>Name of the garbage collector action.static final io.opentelemetry.api.common.AttributeKey<String>Name of the garbage collector.static final io.opentelemetry.api.common.AttributeKey<String>Name of the memory pool.static final io.opentelemetry.api.common.AttributeKey<String>The type of memory.static final io.opentelemetry.api.common.AttributeKey<Boolean>Whether the thread is daemon or not.static final io.opentelemetry.api.common.AttributeKey<String>State of the thread. -
Method Summary
-
Field Details
-
JVM_GC_ACTION
Name of the garbage collector action.Notes:
Garbage collector action is generally obtained via GarbageCollectionNotificationInfo#getGcAction().
-
JVM_GC_NAME
Name of the garbage collector.Notes:
Garbage collector name is generally obtained via GarbageCollectionNotificationInfo#getGcName().
-
JVM_MEMORY_POOL_NAME
Name of the memory pool.Notes:
Pool names are generally obtained via MemoryPoolMXBean#getName().
-
JVM_MEMORY_TYPE
The type of memory. -
JVM_THREAD_DAEMON
Whether the thread is daemon or not. -
JVM_THREAD_STATE
State of the thread.
-