LLM Observability in Production
Operating the observability stack for an LLM platform: why a span carrying a prompt and a completion is orders of magnitude heavier than an ordinary one, the volume arithmetic that decides whether you can self host, running Langfuse on Kubernetes across its four datastores, ingestion and sampling when the payload is the point, retention and cardinality, prompt data as customer data, evaluation pipelines as infrastructure, and debugging a slow request across six layers that each have their own telemetry. Lifetime updates included.
What you'll learn
Curriculum
9 modules · 35 lessonsWhat Makes LLM Observability Different
Why the telemetry for an LLM system is a different size and shape from anything else you instrument.
The Trace Shape
Designing the trace before you emit it, because the shape decides which questions you can ask later.
Running Langfuse on Kubernetes
The trace store as a stateful system: four datastores, two services, and the capacity that decides everything.
Ingestion at Volume
The path from an SDK call to a stored trace, and every place it silently drops.
Cost, Retention and Cardinality
What a trace costs to keep, how long to keep it, and the labels that multiply the bill.
Prompts, Privacy and Compliance
A trace store full of prompts is a store full of customer data, with all that implies.
Evaluation as Infrastructure
Operating an evaluation pipeline at volume, rather than designing the evaluations themselves.
Debugging With Traces
Using the thing you built, under pressure, across layers that each have their own telemetry.
Capstone
A complete LLM observability platform design combining every module, with explicit tradeoffs.
About the Author

Sharon Sahadevan
AI Infrastructure Engineer
Building production GPU clusters on Kubernetes. H100s, large-scale model serving, and end-to-end ML infrastructure across Azure and AWS.
10+ years designing cloud-native platforms with deep expertise in Kubernetes orchestration, GitOps (Argo CD), Terraform, and MLOps pipelines for LLM deployment.
Author of KubeNatives, a weekly newsletter read by 3,000+ DevOps and ML engineers for production insights on K8s internals, GPU scheduling, and model-serving patterns.