Class ThreadIncubatingAttributes

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

public final class ThreadIncubatingAttributes extends Object
  • Field Details

    • THREAD_ID

      public static final io.opentelemetry.api.common.AttributeKey<Long> THREAD_ID
      Current "managed" thread ID (as opposed to OS thread ID).
    • THREAD_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> THREAD_NAME
      Current thread name.