public final class ThreadIncubatingAttributes
extends Object
-
Field Summary
Fields
static final io.opentelemetry.api.common.AttributeKey<Long>
Current "managed" thread ID (as opposed to OS thread ID).
static final io.opentelemetry.api.common.AttributeKey<String>
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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.