-
Notifications
You must be signed in to change notification settings - Fork 782
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
W3C tracecontext propagation #1700
Comments
All of our latest releases are using latest Brave version (e.g. https://github.com/spring-cloud/spring-cloud-sleuth/blob/v2.2.3.RELEASE/spring-cloud-sleuth-dependencies/pom.xml#L34) |
Ok. I see that my Springcloud version has affected the zipkin brave dependency version. |
Cool, can we close this then? |
yes we can. thanks |
Hi
This is a follow up to the feature request and also closed PR
#1540
openzipkin/brave#693
We would like to use the W3C trace context propagation for spring boot projects using sleuth. With included support of the w3c specified traceheaders.
Currently I see the development happening in the new repo
https://github.com/openzipkin-contrib/brave-propagation-w3c
I see that currently the above propagation repo uses brave 5.12.3 versions and not compatible with latest Sleuth which uses brave 5.9.
Is the Sleuth update to be done once this feature is released. Could you advice me on its usage for my Spring sleuth projects. Should I go with my own implementation if not.
Thanks
The text was updated successfully, but these errors were encountered: