-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Non-compilation issue with input zipkin plugin #3100
Comments
Not that I'm against it, it seems like it would be good to be on the latest tag, but is there any particular reason you want to upgrade zipkin-go-opentracing library? cc @goller |
@Alessar I'm closing because I don't know the reason behind the issue, if you can provide more information then please reopen. |
Default |
Can you add the full command you are running to produce the error? |
|
Thanks, I will get this fixed. I recommend using the targets in the Makefile though in general since getting the HEAD of each dependency is bound to cause lots of problems. |
After updating to the lastest zipkin-go-opentracing release version I get:
I believe we need to wait for github.com/apache/thrift to release 0.11 in order to fix this issue, according to openzipkin-contrib/zipkin-go-opentracing#68 |
There are several non-compilation errors in master branch:
../../plugins/inputs/zipkin/handler.go:12:2: cannot find package "github.com/openzipkin/zipkin-go-opentracing/_thrift/gen-go/zipkincore"
Related with openzipkin-contrib/zipkin-go-opentracing@a3dd956
And with 137b312
The text was updated successfully, but these errors were encountered: