# Thread These attributes may be used for any operation to store information about a thread. ## Thread Attributes | Attribute | Type | Description | Examples | |---|---|---|---| | `thread.id` | int | Current "managed" thread ID (as opposed to OS thread ID). | `42` | | `thread.name` | string | Current thread name. | `main` |