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
We recently introduced a custom protobuf serializer for Logs, as well as a response deserializer. There were several reasons for this change:
performance - a hand-rolled implementation avoids unnecessary transformations, and is therefore quicker and requires fewer allocations.
bundle-size - since we need to do fewer transformations, and we don't need the auto-generated code anymore, our bundle size should shrink significantly
Description
We recently introduced a custom protobuf serializer for Logs, as well as a response deserializer. There were several reasons for this change:
This issue tracks implementing trace serialization based on the pattern and and serializer introduced by these two PRs
This issue is considered done when:
protos:generate:*script accordingly as was done in feat(otlp-transformer): add custom logs response deserializer #6530)protobufjstodevDependencies