Skip to content
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

[pkg/translator/jaeger] Preserve binary attribute values #32208

Merged
merged 3 commits into from
Apr 23, 2024

Conversation

yurishkuro
Copy link
Member

@yurishkuro yurishkuro commented Apr 6, 2024

Description: translate binary attribute values to/from Jaeger as is, without encoding them as base64 strings

Link to tracking Issue: Resolves #32204

Testing: unit tests in the package

Documentation: none

Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Copy link
Contributor

@Frapschen Frapschen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Apr 22, 2024
@yurishkuro
Copy link
Member Author

@open-telemetry/collector-contrib-approvers what's blocking this PR?

@yurishkuro yurishkuro removed the Stale label Apr 22, 2024
@yurishkuro
Copy link
Member Author

@codeboten can we merge this?

@bryan-aguilar
Copy link
Contributor

This is still awaiting a review from codeowner. cc @frzifus

@bryan-aguilar bryan-aguilar added the ready to merge Code review completed; ready to merge by maintainers label Apr 23, 2024
@mx-psi mx-psi merged commit b2bc497 into open-telemetry:main Apr 23, 2024
164 of 165 checks passed
@github-actions github-actions bot added this to the next release milestone Apr 23, 2024
rimitchell pushed a commit to rimitchell/opentelemetry-collector-contrib that referenced this pull request May 8, 2024
…try#32208)

**Description:** translate binary attribute values to/from Jaeger as is,
without encoding them as base64 strings

**Link to tracking Issue:**  Resolves open-telemetry#32204

**Testing:** unit tests in the package

**Documentation:** none

---------

Signed-off-by: Yuri Shkuro <github@ysh.us>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg/translator/jaeger ready to merge Code review completed; ready to merge by maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jaeger translator performs unnecessary conversion of binary attributes to strings
7 participants