-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[extension/jaegerencodingextension] Enhance jaegerEncodingExtension #27619
[extension/jaegerencodingextension] Enhance jaegerEncodingExtension #27619
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - needs a changelog.
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Please rebase |
# Conflicts: # extension/encoding/jaegerencodingextension/extension.go
branch updated |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
@atoulme @MovieStoreGuy Could you please help merge this PR? |
Description:
1. Make jaegerEncodingExtension also implements
ptrace.Unmarshal
interface2. Marshal traces in
[]*jaegerproto.Batch
level instead of inSpan
levelThe existing exporters exports traces in
*jaegerproto.Batch
level, this PR will be compatible with previous implementations.3. Introducer
readonlyLengthFieldBuffer
andwriteOnlyLengthFieldBuffer
for trace marshal/unmarshalTesting:
Unit tests