OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_THREAD_IDConst Experimental

    ATTR_THREAD_ID: "thread.id" = ...

    Current "managed" thread ID (as opposed to OS thread ID).

    42
    

    Examples of where the value can be extracted from:

    Language or platform Source
    JVM Thread.currentThread().threadId()
    .NET Thread.CurrentThread.ManagedThreadId
    Python threading.current_thread().ident
    Ruby Thread.current.object_id
    C++ std::this_thread::get_id()
    Erlang erlang:self()

    This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.