Const ExperimentalExamples 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.
Current thread name.