Skip to content

Commit

Permalink
Update specification/trace/semantic_conventions/span-general.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tigran Najaryan <[email protected]>
  • Loading branch information
Mateusz Rzeszutek and tigrannajaryan authored Aug 14, 2020
1 parent 17d28d5 commit 6031140
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 @@ -149,4 +149,4 @@ Examples of where `thread.id` and `thread.name` can be extracted from:
| .Net | `Thread.CurrentThread.ManagedThreadId` | `Thread.CurrentThread.Name` |
| Python | `threading.current_thread().ident` | `threading.current_thread().name` |
| Ruby | | `Thread.current.name` |
| C++ | `std::this_thread::get_id` | |
| C++ | `std::this_thread::get_id()` | |

0 comments on commit 6031140

Please sign in to comment.