-
Notifications
You must be signed in to change notification settings - Fork 783
Will Sleuth keep up to date? #2222
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
Comments
Yes, that's exactly what we wrote in the attached screenshot :) |
Could you please explain if the Micrometer Tracing project will provide the same auto-configuration "magic" (😅) as Spring Cloud Sleuth? Specifically, the Sleuth docs say:
But from the Micrometer Tracing docs, it looks like we have to do the tracer configuration manually 😞 |
Sleuth is so excellent that we don't want to use micrometer at all. |
@sereneshikari Micrometer Tracing does not depend on Spring so it will not give you auto-configuration, the auto-configuration will be provided by Spring Boot. @MrXionGe Micrometer Tracing is Sleuth copied over and its package name changed. |
@jonatan-ivanov |
Thanks for the clarification @jonatan-ivanov! Would you happen to know if the auto-configuration by Spring Boot is a work in progress or ready for use?
@MrXionGe, you need to move to Micrometer Tracing. Please read the documentation available here for how to do so |
Please read this blog post https://spring.io/blog/2022/10/12/observability-with-spring-boot-3 |
Thanks a lot @marcingrzejszczak! I also saw this completed issue in the |
Will Sleuth only be updated to version 3.1?
Are we going to use "micrometer-tracing"?
The text was updated successfully, but these errors were encountered: