This repository was archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 96
Add support for Binary Format serializer for TagMap #431
Merged
mayurkale22
merged 3 commits into
census-instrumentation:master
from
mayurkale22:binary_format_serializer_tags
Mar 21, 2019
Merged
Add support for Binary Format serializer for TagMap #431
mayurkale22
merged 3 commits into
census-instrumentation:master
from
mayurkale22:binary_format_serializer_tags
Mar 21, 2019
Conversation
This file contains hidden or 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
Codecov Report
@@ Coverage Diff @@
## master #431 +/- ##
==========================================
+ Coverage 94.88% 94.93% +0.04%
==========================================
Files 140 144 +4
Lines 9294 9432 +138
Branches 671 672 +1
==========================================
+ Hits 8819 8954 +135
- Misses 475 478 +3
Continue to review full report at Codecov.
|
packages/opencensus-core/src/tags/propagation/variant-encoding.ts
Outdated
Show resolved
Hide resolved
songy23
reviewed
Mar 19, 2019
packages/opencensus-core/src/tags/propagation/binary-serializer.ts
Outdated
Show resolved
Hide resolved
packages/opencensus-core/src/tags/propagation/binary-serializer.ts
Outdated
Show resolved
Hide resolved
1. Add comments for MSB and REST constants 2. Remove VERSION_ID_OFFSET -> VERSION_ID_INDEX and b -> currentByte 3. Add backwards-compatible check on versionId
draffensperger
approved these changes
Mar 19, 2019
songy23
approved these changes
Mar 19, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #326