Skip to content

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

Closed
MrXionGe opened this issue Oct 26, 2022 · 8 comments
Closed

Will Sleuth keep up to date? #2222

MrXionGe opened this issue Oct 26, 2022 · 8 comments
Labels

Comments

@MrXionGe
Copy link

image
Will Sleuth only be updated to version 3.1?
Are we going to use "micrometer-tracing"?

@marcingrzejszczak
Copy link
Contributor

Yes, that's exactly what we wrote in the attached screenshot :)

@joshdcu
Copy link

joshdcu commented Oct 27, 2022

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:

Sleuth configures everything you need to get started. This includes where trace data (spans) are reported to, how many traces to keep (sampling), if remote fields (baggage) are sent, and which libraries are traced.

But from the Micrometer Tracing docs, it looks like we have to do the tracer configuration manually 😞

@MrXionGe
Copy link
Author

Sleuth is so excellent that we don't want to use micrometer at all.

@jonatan-ivanov
Copy link
Member

@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.

@MrXionGe
Copy link
Author

@jonatan-ivanov
Will Sleuth not keep updated?
Or is there a 'starter' similar to Sleuth?

@joshdcu
Copy link

joshdcu commented Oct 27, 2022

@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.

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?

Will Sleuth not keep updated? Or is there a 'starter' similar to Sleuth?

@MrXionGe, you need to move to Micrometer Tracing. Please read the documentation available here for how to do so

@marcingrzejszczak
Copy link
Contributor

Please read this blog post https://spring.io/blog/2022/10/12/observability-with-spring-boot-3

@joshdcu
Copy link

joshdcu commented Oct 27, 2022

Thanks a lot @marcingrzejszczak! I also saw this completed issue in the spring-boot repo: spring-projects/spring-boot#30156.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants