semconv.com

thread.name

Developmentstringas of v1.44.0

Current thread name.

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

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