Advertisements

Hands-On OpenTelemetry with Java Spring Boot

Advertisements
Build, trace, and understand a Java microservice from the ground up.
5
5/5
(2) Ratings
130 students
Created by Abhi Kerni
Advertisements

What you'll learn

  • By the end of this course, the learner should be able to instrument a Spring Boot application with OpenTelemetry.
  • Combining automatic agent-based instrumentation with manual spans.
  • Trace requests end-to-end across multiple services using Jaeger.
  • Explain how inter-service trace propagation works and why it helps diagnose issues in distributed systems.
This course includes:
31 total mins on-demand video
1 articles
2 downloadable resources
10 lessons
Full lifetime access
Access on mobile and TV
Certificate of completion
Advertisements

Course content

Requirements

  • Beginner/intermediate knowledge of Java (classes, interfaces, try/catch/finally, lambdas)

Description

This course walks you through instrumenting a real Spring Boot application with OpenTelemetry, starting from a plain, untraced app and ending with a fully traced multi-service system exporting to Jaeger. Rather than covering tracing in the abstract, you build it hands-on, step by step: enabling zero-code auto-instrumentation via the OTel Java agent, standing up Jaeger as a tracing backend, and verifying every step by inspecting real traces — first in the UI, then programmatically via Jaeger’s API.

As systems move to microservices, understanding what happens to a request as it crosses service boundaries becomes essential — logs and metrics alone can’t answer “why was this specific request slow, and where did the time actually go?” This course solves that gap by teaching you to reason about traces at the code level, not just the dashboard level: how spans are created and nested, why Context/Scope matters for parent-child relationships, when to rely on the agent’s automatic instrumentation versus writing manual spans (via the OTel API or the @WithSpan annotation), and how trace context propagates automatically across HTTP calls between independent services. By the end, you’ll be able to add meaningful, well-structured tracing to your own Spring Boot services and debug distributed request flows with confidence.

Who this course is for:

  • Java/Backend/Software Developers who build services with Spring Boot and want to add observability to their applications.
Advertisements
FREE
Advertisements
Advertisements
Free Online Courses with Certificates
Logo
Register New Account