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: Tristan Sloughter <[email protected]>
  • Loading branch information
Mateusz Rzeszutek and tsloughter authored Aug 17, 2020
1 parent 6031140 commit e5bcb10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specification/trace/semantic_conventions/span-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,4 @@ Examples of where `thread.id` and `thread.name` can be extracted from:
| Python | `threading.current_thread().ident` | `threading.current_thread().name` |
| Ruby | | `Thread.current.name` |
| C++ | `std::this_thread::get_id()` | |
| Erlang | `erlang:system_info(scheduler_id)` | |

0 comments on commit e5bcb10

Please sign in to comment.