Class JvmAttributes

java.lang.Object
io.opentelemetry.semconv.JvmAttributes

public final class JvmAttributes extends Object
  • Field Details

    • JVM_GC_ACTION

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

      Notes:

    • JVM_GC_NAME

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

      Notes:

    • JVM_MEMORY_POOL_NAME

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

      Notes:

    • JVM_MEMORY_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> JVM_MEMORY_TYPE
      The type of memory.
    • JVM_THREAD_DAEMON

      public static final io.opentelemetry.api.common.AttributeKey<Boolean> JVM_THREAD_DAEMON
      Whether the thread is daemon or not.
    • JVM_THREAD_STATE

      public static final io.opentelemetry.api.common.AttributeKey<String> JVM_THREAD_STATE
      State of the thread.