semconv.com

thread.id

Developmentintas of v1.44.0

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

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() |

Examples

History

  1. v1.31.0

    Stability label respelled from experimental to development.

  2. v1.30.0

    Already present at v1.30.0, the oldest release tracked here (experimental).

Definition sourceRegistry docsJSON