Lexicon · Guide
LLM observability explained: how to monitor performance, quality and cost
LLM observability shows whether your AI answers are right, fast and affordable. What to capture, how OpenTelemetry names it, and how to keep it in your cloud.
On this page
- Quick summary
- Is your LLM observability showing what users actually experience?
- What is LLM observability, and how does it differ from traditional APM?
- What LLM observability data should you capture?
- How OpenTelemetry GenAI semantic conventions standardize LLM telemetry
- LLM observability best practices
- The biggest challenges in LLM observability
- How Tsuga supports LLM observability at scale
- Frequently asked questions
On this page
- Quick summary
- Is your LLM observability showing what users actually experience?
- What is LLM observability, and how does it differ from traditional APM?
- What LLM observability data should you capture?
- How OpenTelemetry GenAI semantic conventions standardize LLM telemetry
- LLM observability best practices
- The biggest challenges in LLM observability
- How Tsuga supports LLM observability at scale
- Frequently asked questions
Quick summary
LLM observability tells you whether your AI application is fast, reliable, useful and affordable in production, which uptime and error rates alone cannot. It tracks prompts, completions, tokens, latency, cost, retrieval, tool calls and quality signals, and OpenTelemetry now gives that data a shared vocabulary. Good practice keeps drift, volume, privacy and spend under control, and with Tsuga the telemetry stays inside your own cloud account, under your control.
Related terms
- CardinalityCardinality is the number of distinct values, or distinct value combinations, that an attribute or set of attributes can take.
- OpenTelemetryOpenTelemetry is an open source framework for generating, collecting, and exporting telemetry: the logs, metrics, and traces that describe how software behaves in production.
- SamplingSampling is the practice of keeping only a subset of telemetry, usually traces, so that volume and cost stay manageable.
- Semantic conventionsSemantic conventions are OpenTelemetry's standard vocabulary: the agreed names, types, and values for the attributes that describe telemetry.
- SpanA span is a single timed operation inside a trace: an HTTP request, a database call, a queue publish, or an internal step worth measuring.
- TraceA trace is the end to end record of one request or workflow as it moves through a system, composed of all the spans that share a single trace ID.