OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_THREAD_NAMEConst Experimental

    ATTR_THREAD_NAME: "thread.name" = ...

    Current thread name.

    "main"
    

    Examples of where the value can be extracted from:

    Language or platform Source
    JVM Thread.currentThread().getName()
    .NET Thread.CurrentThread.Name
    Python threading.current_thread().name
    Ruby Thread.current.name
    Erlang erlang:process_info(self(), registered_name)

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