Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
Mateusz Rzeszutek and Oberon00 authored Aug 12, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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:

0 comments on commit 2400112

Please sign in to comment.