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
- main
History
Stability label respelled from experimental to development.
Already present at v1.30.0, the oldest release tracked here (experimental).