TL;DR: Meaningful fields often live only weeks, while schema births and deaths track onboarding waves, refactors, and framework migrations, making observability bindings brittle unless they are treated like versioned interfaces, according to HoneyHive’s analysis of 73,000 production agent schemas. The operational lesson is that agent telemetry standardisation is now a governance problem, not just an instrumentation problem.
NHIMG editorial — based on content published by HoneyHive: Standardizing AI Observability Before It Breaks, a case study on 73,000 agent schemas
By the numbers:
- The median meaningful field lived 15 days at the e-commerce customer, 17 days at the browser-automation customer, and 68 days at the enterprise RAG customer.
- The cleaning process removed fields that lived less than a day, which made up 40 to 60% of distinct paths while carrying under half a percent of observed activity.
Questions worth separating out
Q: What breaks when agent telemetry schemas are not standardised?
A: Evaluators, alerts, dashboards, and guardrails break first because they bind to specific field paths.
Q: Why do AI agents complicate governance when teams use multiple frameworks?
A: Different frameworks describe the same agent action in different trace shapes, so the organisation cannot apply one control model uniformly.
Q: How do security teams know if schema churn is too high?
A: Look for short-lived fields, frequent path renames, and repeated control remapping after refactors or framework migrations.
Practitioner guidance
- Treat schema paths as versioned interfaces Assign ownership for every agent schema, require change control for field additions or renames, and migrate downstream evaluators and alerts at the same time as the agent change.
- Normalise telemetry before it reaches control logic Use ingestion-time transforms to map framework-specific attributes into a single canonical schema so guardrails and dashboards bind to one consistent representation.
- Measure schema churn alongside runtime risk Track field births, deaths, and lifespan as operational metrics, then flag any refactor that changes a high-value field path without a corresponding control update.
What's in the full report
HoneyHive's full research covers the operational detail this post intentionally leaves for the source:
- Customer-by-customer schema lifecycle breakdowns that show where churn concentrated in production.
- The field-level cleaning and measurement method used to separate noise from durable telemetry.
- The specific framework support patterns observed across OpenTelemetry GenAI, OpenInference, and OpenLLMetry.
- Examples of how platform teams mapped schema drift into ingestion-time transforms and stable bindings.
👉 Read HoneyHive's case study on standardising AI observability across 73,000 agent schemas →
AI observability schemas are churning fast. How should teams respond?
Explore further
Standardised telemetry is now part of AI governance, not a tooling preference. When agents are evaluated through field paths, the schema becomes the control surface for reliability, safety, and accountability. If that surface is inconsistent across frameworks, then governance is partially fictional because no two teams are looking at the same runtime evidence. Practitioners should treat telemetry semantics as a policy domain, not a logging detail.
A question worth separating out:
Q: Who should own telemetry standardisation for AI agents?
A: Ownership should sit with the team responsible for the agent control surface, usually a combined platform, AI engineering, and governance function. The important part is not where the responsibility lives, but that schema changes, evaluator updates, and alert migrations are approved together rather than handled as separate workstreams.
👉 Read our full editorial: AI observability standards lag behind fast-changing agent schemas