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

Wrong sdk version requirement for grpc exporter #3051

Open
Yamakaky opened this issue Nov 25, 2022 · 2 comments
Open

Wrong sdk version requirement for grpc exporter #3051

Yamakaky opened this issue Nov 25, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@Yamakaky
Copy link

Steps to reproduce
The grpc exporter requires sdk~=1.12 but it imports OTEL_EXPORTER_OTLP_METRICS_CERTIFICATE which is introduced in 1.14. I believe this was added in #2968 which doesn't update the dependency requirement. The version requirement should be updated. Grpc exporter 0.35b0 is broken.

@Yamakaky Yamakaky added the bug Something isn't working label Nov 25, 2022
@montag
Copy link

montag commented Dec 5, 2022

Do you know which version does work for grpc? I'm having a frustrating time getting it to work.

@Yamakaky
Copy link
Author

Yamakaky commented Dec 6, 2022

manually installing sdk 1.14 does work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants