-
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
Found the error go.opentelemetry.io/otel/sdk/export for opentelemetry with jaeger exporter #470
Comments
Seems like it fetch jaeger exporter as a v1.0.0.
Not sure why it's upgrade to v1.0.0. So I just try the workaround by mark a version to v0.2.1 during go get jaeger exporter
|
It's seems to be a bad release on golang module proxy. Try it with
|
@krnowak suggested to rename exporter to exporters. This will affect all exporters but it is okay since it is not GA. |
will be addressed by #331 |
I am trying to run the example https://github.com/open-telemetry/opentelemetry-go/blob/master/example/jaeger/main.go
trying to get all dependencies
I got an error like this
Would you please help? This is my repositoty https://github.com/iamgoangle/opentelemetry-jaeger-exporter
The text was updated successfully, but these errors were encountered: