Class JvmIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.JvmIncubatingAttributes

public final class JvmIncubatingAttributes extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Deprecated.
    deprecated in favor of stable JvmAttributes.JvmMemoryTypeValues.
    static final class 
    Deprecated.
    deprecated in favor of stable JvmAttributes.JvmThreadStateValues.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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 stable JvmAttributes.JVM_GC_ACTION attribute.
    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 stable JvmAttributes.JVM_GC_NAME attribute.
    static final io.opentelemetry.api.common.AttributeKey<String>
    Deprecated.
    deprecated in favor of stable JvmAttributes.JVM_MEMORY_POOL_NAME attribute.
    static final io.opentelemetry.api.common.AttributeKey<String>
    Deprecated.
    deprecated in favor of stable JvmAttributes.JVM_MEMORY_TYPE attribute.
    static final io.opentelemetry.api.common.AttributeKey<Boolean>
    Deprecated.
    deprecated in favor of stable JvmAttributes.JVM_THREAD_DAEMON attribute.
    static final io.opentelemetry.api.common.AttributeKey<String>
    Deprecated.
    deprecated in favor of stable JvmAttributes.JVM_THREAD_STATE attribute.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • JVM_BUFFER_POOL_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> JVM_BUFFER_POOL_NAME
      Name of the buffer pool.

      Notes:

      Pool names are generally obtained via BufferPoolMXBean#getName().

    • JVM_GC_ACTION

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> JVM_GC_ACTION
      Deprecated.
      deprecated in favor of stable JvmAttributes.JVM_GC_ACTION attribute.
      Name of the garbage collector action.

      Notes:

      Garbage collector action is generally obtained via GarbageCollectionNotificationInfo#getGcAction().

    • JVM_GC_CAUSE

      public static final io.opentelemetry.api.common.AttributeKey<String> JVM_GC_CAUSE
      Name of the garbage collector cause.

      Notes:

      Garbage collector cause is generally obtained via GarbageCollectionNotificationInfo#getGcCause().

    • JVM_GC_NAME

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> JVM_GC_NAME
      Deprecated.
      deprecated in favor of stable JvmAttributes.JVM_GC_NAME attribute.
      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_NAME
      Deprecated.
      deprecated in favor of stable JvmAttributes.JVM_MEMORY_POOL_NAME attribute.
      Name of the memory pool.

      Notes:

      Pool names are generally obtained via MemoryPoolMXBean#getName().

    • JVM_MEMORY_TYPE

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> JVM_MEMORY_TYPE
      Deprecated.
      deprecated in favor of stable JvmAttributes.JVM_MEMORY_TYPE attribute.
      The type of memory.
    • JVM_THREAD_DAEMON

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<Boolean> JVM_THREAD_DAEMON
      Deprecated.
      deprecated in favor of stable JvmAttributes.JVM_THREAD_DAEMON attribute.
      Whether the thread is daemon or not.
    • JVM_THREAD_STATE

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> JVM_THREAD_STATE
      Deprecated.
      deprecated in favor of stable JvmAttributes.JVM_THREAD_STATE attribute.
      State of the thread.