-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Not possible to use both otelmetrichttp and otelmetricgrpc #5251
Comments
This has be double-check before making a new release as it can be a blocker. |
Most probably we will have to revert these two PRs:
@gregoryfranklin, thanks for reporting the issue ❤️ |
I have checked the protobuf codes regarding this behavior. The implementation prevents importing Though we could use Plan for the releaseRollback these two PRs:
After the releaseWe might need to deprecate package |
FYI. it looks like its no longer possible to have both otelmetrichttp and otelmetricgrpc in the same binary. I'm not sure how common this is, but go.opentelemetry.io/contrib/exporters/autoexport is an example.
Originally posted by @gregoryfranklin in #2579 (comment)
The text was updated successfully, but these errors were encountered: