Skip to content
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

Unlike Spring Cloud Sleuth tracing auto-configuration does not provide span customizer beans #33087

Closed
elefeint opened this issue Nov 9, 2022 · 0 comments
Labels
type: bug A general bug
Milestone

Comments

@elefeint
Copy link

elefeint commented Nov 9, 2022

In Spring Cloud Sleuth, BraveAutoConfiguration provided a default SpanCustomizer bean . It could then be enhanced by the user application to provide additional metadata.

With the upgrade to Spring Boot 3.0, the tracing implementation has moved into Micrometer, and its autoconfiguration has moved into Spring Boot proper.

Would it be possible for Spring Boot to provide a default Micrometer Trace SpanCustomizer in Spring Boot autoconfiguration?

cc: @marcingrzejszczak , @JoeWang1127

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 9, 2022
@wilkinsona wilkinsona changed the title Provide a SpanCustomizer bean in Micrometer autoconfiguration Unlike Spring Cloud Sleuth tracing auto-configuration does not provide span customizer beans Nov 10, 2022
@wilkinsona wilkinsona added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 10, 2022
@wilkinsona wilkinsona added this to the 3.0.0-RC2 milestone Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

3 participants