-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
contrib/google.golang.org/grpc: fix client stream context propagation (…
…#919) Fix the client stream context returned by method Context() on the traced client stream. It now correctly returns the context containing the grpc.client span instead of its parent context. This was leading to misconnected or orphan grpc.message spans. Fixes: APMS-5154
- Loading branch information
1 parent
ae6b43f
commit bfaa50c
Showing
2 changed files
with
129 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters