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 attribute.
    static final class 
    Deprecated.
    deprecated in favor of stable JvmAttributes.JvmThreadStateValues attribute.
  • 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>
    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:

    • 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:

    • 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:

    • 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:

    • 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.