Skip to content

Commit

Permalink
Update specification/trace/semantic_conventions/span-general.md
Browse files Browse the repository at this point in the history
Correct `thread.id` description

Co-authored-by: Christian Neumüller <[email protected]>
  • Loading branch information
Mateusz Rzeszutek and Oberon00 authored Aug 12, 2020
1 parent 9b2de21 commit 2400112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/trace/semantic_conventions/span-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ a span's current execution thread.

| Attribute name | Notes and examples |
|----------------|----------------------------------------------------------|
| `thread.id` | Current thread id, if exposed by the platform. E.g. `42` |
| `thread.id` | Current "managed" thread ID (as opposed to OS thread ID). E.g. `42` |
| `thread.name` | Current thread name. E.g. `main` |

Examples of where `thread.id` and `thread.name` can be extracted from:
Expand Down

0 comments on commit 2400112

Please sign in to comment.