You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the migration from Spring Cloud Sleuth to Micrometer Tracing, the direction was to move instrumentation support to respective projects.
I filed spring-projects/spring-framework#33751 to support this instrumentation on the framework level. The second part of Sleuth was to autoconfigure trace-able transaction managers. This falls into Spring Boot land.
With the migration from Spring Cloud Sleuth to Micrometer Tracing, the direction was to move instrumentation support to respective projects.
I filed spring-projects/spring-framework#33751 to support this instrumentation on the framework level. The second part of Sleuth was to autoconfigure trace-able transaction managers. This falls into Spring Boot land.
Original autoconfiguration in Sleuth: https://github.com/spring-cloud/spring-cloud-sleuth/tree/3.1.x/spring-cloud-sleuth-autoconfigure/src/main/java/org/springframework/cloud/sleuth/autoconfig/instrument/tx
This would bring parity for tx tracing support to Spring Boot 3+.
The text was updated successfully, but these errors were encountered: