Observability Part 2 - Practice With Spring Boot and OpenTelemetry
by Teki • 6/9/2026This is the second part of a two-part series on observability. In Part 1, we covered the theory and concepts behind the three pillars of observability - metrics, traces, and logs. In this post, we will put that theory into practice by implementing an observability architecture for a sample Spring Boot application using OpenTelemetry. Github repo - https://github.com/Teki28/observability-springboot.
Read Post