semantic-conventions/model/registry/thread.yaml

20 lines
528 B
YAML

groups:
- id: registry.thread
prefix: thread
type: attribute_group
brief: >
These attributes may be used for any operation to store information about a thread that started a span.
attributes:
- id: id
type: int
stability: experimental
brief: >
Current "managed" thread ID (as opposed to OS thread ID).
examples: 42
- id: name
type: string
stability: experimental
brief: >
Current thread name.
examples: main