-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Fix parsing of distributed tracing headers (#719)
* [core] Fix parsing of distributed tracing headers * make sampling priority parsing a little more robust * Use #to_hash instead of #to_h * Move Ext::DistributedTracing::MAX_ID to Span::EXTERNAL_MAX_ID * Fixed missing reference * add missing underscore * Fix broken tests
- Loading branch information
1 parent
f9279e9
commit a06d40f
Showing
4 changed files
with
257 additions
and
126 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
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
Oops, something went wrong.