90% of distributed traces observability gone after Spring Boot upgrade

After upgrading Spring Boot version to 3.3.1 we notice that 90% of our distributed tracing in our observability tool were gone. In this post we tell the story

Created: July 17, 2024 · Modified: November 13, 2024 · João Vieira (JV) ·  Software Engineering

Migrating Spring Sleuth to Micrometer Observability in Spring Boot 3

Spring Sleuth was removed in Spring Boot version 3 in favor of Micrometer and I recently migrated many services and want to share the learnings with you.

Created: April 11, 2024 · Modified: November 13, 2024 · João Vieira (JV) ·  Software Engineering