Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tracing: fix OpenTracing traces across nodes
"Shadow traces" (OpenTracing) were broken at node boundaries because the server shadow span was not using the remote span context. I believe this was broken in cockroachdb#56109. Fixes cockroachdb#62702 Release note (bug fix): OpenTracing traces work correctly again across nodes. The client and server spans for RPCs are once again part of the same trace instead of the server being a root span erroneously.
- Loading branch information