Observability Podcast Summaries
Observability on Yedapo: 5 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

Kamu Wajib Tahu Best Practice Logging Management
Programmer Zaman Now
Jul 1, 2026
Effective logging is mandatory for professional software engineering, yet many developers implement it poorly. By transitioning from simple console prints to structured JSON logs with correlation IDs and centralized storage, you transform debugging from an impossible guessing game into a precise, scalable, and manageable process.
Key insight: Even if you implement perfect logs in your application, traditional console logs become a nightmare once you scale to multiple containers, requiring centralized log aggregation to avoid manually searching each instance for errors.

Agent Product Analytics: What Your Dashboard Can't See
AI News & Strategy Daily with Nate B. Jones
May 28, 2026
Agentic product success requires moving beyond clicks and sessions. The true measure of agentic value is 'delegated work'—tracking intent, tool calls, and user corrections within individual agent runs to ensure safe, autonomous outcomes.
Key insight: The unit of product behavior is shifting from clicks to 'delegated work,' meaning chat logs alone are insufficient to diagnose why agents fail or succeed.

Agent Product Analytics: What Your Dashboard Can't See
AI News & Strategy Daily with Nate B. Jones
May 28, 2026
Standard product metrics like clicks or sessions are blind to how AI agents actually operate. To effectively steer agentic products, you must pivot from measuring user activity to tracking delegated work via 'agent run' analytics.
Key insight: The unit of product behavior is shifting from the human click to the delegated work unit, meaning your analytics must track interruptions, tool retries, and human corrections.

Kalian Wajib Pake OpenTelemetry di Microservices 🔥
Programmer Zaman Now
May 22, 2026
Debugging complex microservice interactions often leaves developers guessing where errors originate. OpenTelemetry standardizes distributed tracing by injecting unique trace IDs across service boundaries, providing clear visual maps of request flows. This enables developers to pinpoint failures instantly, even when a system comprises hundreds of independent services across different technology stacks.
Key insight: Include the 'Trace ID' in your HTTP response headers. If an end-user encounters an error, they can report that specific ID, allowing developers to immediately isolate the entire execution path in the Jaeger UI and see exactly which service failed.

Grafana is the goat... Let's deploy the LGTM stack
Fireship
Feb 1, 2025
Tracking application health is essential for preventing production outages. By deploying the LGTM (Loki, Grafana, Tempo, Prometheus) stack using OpenTelemetry, developers can gain deep visibility into logs, metrics, and traces.
Key insight: The LGTM stack allows you to visualize and detect software anomalies automatically, potentially turning messy production bugs into actionable data insights.