-
Notifications
You must be signed in to change notification settings - Fork 7
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
Upgrade to opentracing/0.32.0 and spring-boot 2.x #8
Comments
Hi @birdli66 Indeed this project is somewhat behind due to the lack of cycles at the moment... |
Had a 'quick' look, seems like at most a day's work:
Upgrading to opentracing 0.33.0 leads to issues because they clean up their API (deprecated startActive thrown out), so what is considered to be a consistent cluster is something you should have a look at knowing the cluster better. FYI: My trial was based on these latest upgrades (i.e. latest from mavencentral, except downgrading opentracing to 0.32.0)
Let me know how |
Yeah should be similar to what we did with java-spring-jaeger
I would assume we should update these,
Not sure, about this, would need more investigation
This one can be covered by this point.
Probably best to stay with
|
Thx, for the feedback, sorry for the delay, slipped my attention. Seems we are now on the sleuth/zipkin versus opentracing/jaeger train. I will come back about this. |
Seems your contribution to the opentracing-contrib cluster lags behind what is going on else-where (opentracing, zipkin/brave), see this thread for details:
opentracing-contrib/java-spring-cloud#210 (comment)
Do you plan to align and release 0.3.0?
Thx
The text was updated successfully, but these errors were encountered: