Class JvmIncubatingAttributes

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

public final class JvmIncubatingAttributes extends Object
  • 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_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.