Class JvmIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.JvmIncubatingAttributes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.static final classDeprecated.deprecated in favor of stableJvmAttributes.JvmThreadStateValues. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>Name of the buffer pool.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableJvmAttributes.JVM_GC_ACTIONattribute.static final io.opentelemetry.api.common.AttributeKey<String>Name of the garbage collector cause.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableJvmAttributes.JVM_GC_NAMEattribute.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableJvmAttributes.JVM_MEMORY_POOL_NAMEattribute.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableJvmAttributes.JVM_MEMORY_TYPEattribute.static final io.opentelemetry.api.common.AttributeKey<Boolean>Deprecated.deprecated in favor of stableJvmAttributes.JVM_THREAD_DAEMONattribute.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableJvmAttributes.JVM_THREAD_STATEattribute. -
Method Summary
-
Field Details
-
JVM_BUFFER_POOL_NAME
Name of the buffer pool.Notes:
Pool names are generally obtained via BufferPoolMXBean#getName().
-
JVM_GC_ACTION
Deprecated.deprecated in favor of stableJvmAttributes.JVM_GC_ACTIONattribute.Name of the garbage collector action.Notes:
Garbage collector action is generally obtained via GarbageCollectionNotificationInfo#getGcAction().
-
JVM_GC_CAUSE
Name of the garbage collector cause.Notes:
Garbage collector cause is generally obtained via GarbageCollectionNotificationInfo#getGcCause().
-
JVM_GC_NAME
Deprecated.deprecated in favor of stableJvmAttributes.JVM_GC_NAMEattribute.Name of the garbage collector.Notes:
Garbage collector name is generally obtained via GarbageCollectionNotificationInfo#getGcName().
-
JVM_MEMORY_POOL_NAME
@Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> JVM_MEMORY_POOL_NAMEDeprecated.deprecated in favor of stableJvmAttributes.JVM_MEMORY_POOL_NAMEattribute.Name of the memory pool.Notes:
Pool names are generally obtained via MemoryPoolMXBean#getName().
-
JVM_MEMORY_TYPE
Deprecated.deprecated in favor of stableJvmAttributes.JVM_MEMORY_TYPEattribute.The type of memory. -
JVM_THREAD_DAEMON
Deprecated.deprecated in favor of stableJvmAttributes.JVM_THREAD_DAEMONattribute.Whether the thread is daemon or not. -
JVM_THREAD_STATE
Deprecated.deprecated in favor of stableJvmAttributes.JVM_THREAD_STATEattribute.State of the thread.
-
JvmAttributes.JvmMemoryTypeValues.