Book Overflow

OTel Fundamentals - Mastering OpenTelemetry and Observatibilty by Steve Flanders

27 snips
Sep 29, 2025
Carter and Nathan dive into the essentials of OpenTelemetry, explaining its importance in standardizing observability and reducing vendor lock-in. They explore the technical details of OTel, including its API, SDK, and collector roles. Discover how metrics and structured logging impact debugging and observability. The hosts also discuss practical applications and the differences between push and pull models for data collection. With insights into the LGTM stack and tracing in both monoliths and distributed systems, this conversation is a goldmine for software engineers.
Ask episode
AI Snips
Chapters
Books
Transcript
Episode notes
INSIGHT

Otel's Rapid Cloud-Native Adoption

  • OpenTelemetry is the second most popular Cloud Native Foundation project after Kubernetes, showing rapid adoption.
  • Its rise reflects industry consensus that a common observability standard was needed.
INSIGHT

Spans Recreate Distributed Call Trees

  • Traces are composed of spans that measure units of work and their child calls to recreate request flow across services.
  • Distributed traces act like flame graphs for a distributed system, exposing where latency concentrates.
ANECDOTE

Trace Revealed A Long-Unseen Retry Bug

  • Nathan helped a team find a two-second latency caused by a database retry bug using OpenTelemetry traces.
  • The team fixed the bug within a day after seeing the trace visualization.
Get the Snipd Podcast app to discover more snips from this episode
Get the app