semantic-conventions/docs/attributes-registry/thread.md

14 lines
711 B
Markdown

<!-- NOTE: THIS FILE IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/attribute_namespace.md.j2 -->
# 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 |
|---|---|---|---|---|
| <a id="thread-id" href="#thread-id">`thread.id`</a> | int | Current "managed" thread ID (as opposed to OS thread ID). | `42` | ![Development](https://img.shields.io/badge/-development-blue) |
| <a id="thread-name" href="#thread-name">`thread.name`</a> | string | Current thread name. | `main` | ![Development](https://img.shields.io/badge/-development-blue) |