We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When implementing e2e integration tests for jaeger-v2 we encountered a conversion issue jaegertracing/jaeger#5322 (comment)
binary attributes in OTEL should be represented as binary tags in Jaeger
transformers in both directions encode binary as base64. Behavior introduced in #14574
opentelemetry-collector-contrib/pkg/translator/jaeger/traces_to_jaegerproto.go
Lines 141 to 143 in 5f1488f
opentelemetry-collector-contrib/pkg/translator/jaeger/jaegerproto_to_traces.go
Lines 242 to 243 in 5f1488f
opentelemetry-collector-contrib/pkg/translator/jaeger/jaegerthrift_to_traces.go
Lines 152 to 153 in 5f1488f
0.97
No response
The text was updated successfully, but these errors were encountered:
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself.
Sorry, something went wrong.
b2bc497
Successfully merging a pull request may close this issue.
Component(s)
pkg/translator/jaeger
What happened?
Description
When implementing e2e integration tests for jaeger-v2 we encountered a conversion issue jaegertracing/jaeger#5322 (comment)
Expected Result
binary attributes in OTEL should be represented as binary tags in Jaeger
Actual Result
transformers in both directions encode binary as base64. Behavior introduced in #14574
opentelemetry-collector-contrib/pkg/translator/jaeger/traces_to_jaegerproto.go
Lines 141 to 143 in 5f1488f
opentelemetry-collector-contrib/pkg/translator/jaeger/jaegerproto_to_traces.go
Lines 242 to 243 in 5f1488f
opentelemetry-collector-contrib/pkg/translator/jaeger/jaegerthrift_to_traces.go
Lines 152 to 153 in 5f1488f
Collector version
0.97
Environment information
No response
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: