Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Hands-On OpenTelemetry with Java Spring Boot
New
Rating: 5.0 out of 5(1 rating)
1 students

Hands-On OpenTelemetry with Java Spring Boot

Build, trace, and understand a Java microservice from the ground up.
Created byAbhi Kerni
Last updated 8/2026
English

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.

Course content

1 section10 lectures31m total length
  • Resources1:30
  • What is Open Telemetry?1:22
  • What are traces and spans?2:03
  • Running Application with Otel Agent Attached.2:57
  • Understanding and running Jaeger Ui.2:27
  • Pushing spans to Jaeger.2:26
  • Generating Custom Spans.6:57
  • What are Scopes?3:37
  • Reducing boilerplate code.2:40
  • Distributed tracing across services.5:25

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.