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

Add encoder/decoder and marshaler/unmarshaler for OTLP protobuf #3401

Merged
merged 1 commit into from
Jun 10, 2021

Conversation

bogdandrutu
Copy link
Member

@bogdandrutu bogdandrutu commented Jun 9, 2021

Updates #3104

Signed-off-by: Bogdan Drutu bogdandrutu@gmail.com

@bogdandrutu bogdandrutu requested review from a team and jpkrohling June 9, 2021 10:05
internal/otlp/unmarshaler.go Outdated Show resolved Hide resolved
internal/otlp/unmarshaler.go Outdated Show resolved Hide resolved
internal/otlp/unmarshaler.go Outdated Show resolved Hide resolved
otlpcollectortrace "go.opentelemetry.io/collector/internal/data/protogen/collector/trace/v1"
)

type pbDecoder struct{}
Copy link
Contributor

Choose a reason for hiding this comment

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

Personally I'd just use protobuf instead of pb throughout.

Copy link
Member Author

Choose a reason for hiding this comment

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

this is internal, so I don't think it is a problem :)

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
@bogdandrutu bogdandrutu merged commit 5efd8fc into open-telemetry:main Jun 10, 2021
@bogdandrutu bogdandrutu deleted the oltpprotobuf branch July 25, 2022 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants