

OTel Fundamentals - Mastering OpenTelemetry and Observatibilty by Steve Flanders
6 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.
AI Snips
Chapters
Books
Transcript
Episode notes
Vendor-Neutral Observability Standard
- OpenTelemetry creates a vendor-neutral standard for metrics, logs, and traces that lets you instrument once and change backends later.
- That standard reduces vendor lock-in and increases optionality for teams and observability providers.
Keep Vendor SDKs Out Of Business Logic
- Use OpenTelemetry as an abstraction layer to avoid sprinkling vendor SDK calls through your business logic.
- Instrument with Otel and inject vendor exporters at the collector or DI layer to keep code portable.
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.