Tag: #llm-tracing
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Langfuse SDK Instrumentation — What Is Captured Automatically and What You Add by Hand
Creating traces is not about installing an SDK, it is about drawing boundaries. Working from the Langfuse Python SDK v4, this post lays out what the decorator, the context manager, and manual observation creation each do
2026-08-14 · 8 min read #observability#langfuse#llm-tracing#instrumentation#opentelemetryThe Langfuse Tracing Data Model — How Trace, Observation, and Score Hold One Execution
Looking at the Langfuse UI first tells you nothing about what you are looking at. This post starts from the shape of the data Langfuse collects. What a trace groups, what separates a span from a generation from an event,
2026-08-14 · 8 min read #observability#langfuse#llm-tracing#data-modeling#opentelemetry