You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a contributor, I want to remove the SkipBinaryAttrs flag from storage integration test that was temporarily added to bypass the issue sourced from upstream dependency. Marked with this comment #5322 (comment).
Problem
The SkipBinaryAttrs flag was added to bypass upstream issue because OTEL pkg/translator/jaeger has a bug that converts Jaeger proto BINARY type tags into OTLP STRING type but remains in STRING type when converted back into Jaeger proto.
Requirement
As a contributor, I want to remove the
SkipBinaryAttrs
flag from storage integration test that was temporarily added to bypass the issue sourced from upstream dependency. Marked with this comment #5322 (comment).Problem
The
SkipBinaryAttrs
flag was added to bypass upstream issue because OTELpkg/translator/jaeger
has a bug that converts Jaeger proto BINARY type tags into OTLP STRING type but remains in STRING type when converted back into Jaeger proto.Proposal
Remove
SkipBinaryAttrs
flag from storage integration test once the issue at open-telemetry/opentelemetry-collector-contrib#32208 has been resolved.Open questions
No response
The text was updated successfully, but these errors were encountered: