Migrating from Spring Boot 2 to Spring Boot 3: Logging Traces and Spans with Micrometer and Sleuth
Introduction
When upgrading from Spring Boot 2 to Spring Boot 3, you may encounter issues with logging trace and span information using Spring Cloud Sleuth. This is because, in Spring Boot 3, Sleuth has been merged with Micrometer, a powerful metrics...
ajaysingh.hashnode.dev2 min read