All posts
Observability for LLM apps — what to log, what to alert on
Engineering 8 min read· 25 Aug 2026· By Engineering

Observability for LLM apps — what to log, what to alert on

The five metrics every production LLM feature should track.

An LLM feature without observability is a random cost generator. Instrument these five things from day one.

  • Latency — first-token and total, p50/p95/p99
  • Cost — per request, aggregated per endpoint
  • Token counts — input and output
  • Error rate — by class (auth, rate, upstream, parse)
  • Eval score — sampled against a golden dataset
TokenBaazar's dashboard covers 1-4 out of the box. You have to build 5 yourself — start with 20 hand-graded examples.

Ready to build?

Grab a key, keep your OpenAI SDK, and pay in INR.

Start free