Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 796 Bytes

File metadata and controls

16 lines (11 loc) · 796 Bytes

Thread

Thread Attributes

These attributes may be used for any operation to store information about a thread that started a span.

Attribute Type Description Examples Stability
thread.id int Current "managed" thread ID (as opposed to OS thread ID). 42 Experimental
thread.name string Current thread name. main Experimental