Distributed Tracing with Spring Boot 3 — Micrometer vs OpenTelemetry

Spring Boot 3 recommends Micrometer for Distributed Tracing. But can OpenTelemetry Auto Instrumentation be a better starting point? Let’s find out.

Abhinav Sonkar
ITNEXT
Published in
9 min readJan 20, 2024

--

Photo by Christopher Burns on Unsplash

Distributed Tracing is a powerful way to gain insights into the runtime behaviour of an application…

--

--