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

Update to v2 to reduce deps #154

Closed
wants to merge 2 commits into from

Conversation

pellared
Copy link
Member

@pellared pellared commented Feb 22, 2024

Fixes #100

Thanks to it consumers that do not use gRPC (but send protobuf over HTTP) can import go.opentelemetry.io/proto/otlp/v2 that does not depend on google.golang.org/grpc.

The existing v1 go.opentelemetry.io/proto/otlp packages (and module) would have to be deprecated afterwards and give instruction which packages should be used instead.

Alternative approach: #155

@pellared pellared changed the title [WIP] Update to v2 to reduce deps Update to v2 to reduce deps Feb 22, 2024
Copy link
Member Author

@pellared pellared Feb 22, 2024

Choose a reason for hiding this comment

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

Depends on open-telemetry/opentelemetry-proto#532

But the SED_EXPR could be updated instead.

@pellared
Copy link
Member Author

Closing per #100 (comment)

@pellared pellared closed this Feb 22, 2024
@pellared pellared deleted the update-to-v2 branch November 28, 2024 10: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.

Split go.opentelemetry.io/proto module to exclude grpc dependencies
1 participant