← home
RESEARCH · OBSERVABILITY

Your GenAI telemetry schema is a cost decision.

Observability note · 12 May 2026

By the LLM CFO team

For a long time, telemetry schema sounded like a boring implementation detail. In 2026, that is changing. If your GenAI observability model cannot separate reasoning tokens, cache-read tokens, workflow names, and tool spans, then your cost analytics are weaker than they look.

Why this matters now

OpenTelemetry's GenAI conventions are getting richer in exactly the places AI cost control needs most. There are now explicit concepts for input tokens, output tokens, reasoning output tokens, cache-read tokens, workflows, retrievals, and tool execution spans. That is not just observability polish. It changes what teams can attribute, compare, and optimize.

The old dashboard problem

Legacy dashboards often flatten everything into one row per request: model, input tokens, output tokens, done. That was barely enough even for simple chat. It breaks down once agents, tools, retrieval, reasoning, and caching enter the picture. At that point, poor telemetry structure becomes an economic blind spot.

What a better schema gives you

Simple rule: if your schema cannot express the thing you want to optimize, the dashboard will hide the waste instead of exposing it.

Why this is bigger than one vendor

Good schema design lowers switching cost and reduces reporting drift across providers, gateways, and frameworks. That matters because AI stacks are increasingly hybrid. A common telemetry shape gives teams a better shot at consistent chargeback, anomaly detection, and optimization ranking even when the underlying vendors differ.

What teams should instrument first

  1. Provider and model identifiers
  2. Input, output, reasoning, and cache-read token counts where available
  3. Workflow or feature name
  4. Tool execution spans
  5. Retry and error metadata

What this changes for FinOps

AI FinOps keeps moving closer to engineering telemetry. The better your schema, the easier it is to connect operational behavior to cost behavior. That is why instrumentation quality is turning into a financial-control issue, not just an SRE issue.

Related

← Back to llmcfo.com