By NHI Mgmt Group Editorial TeamDomain: AI SecuritySource: HoneyHivePublished August 7, 2026

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.


At a glance

What this is: HoneyHive’s case study shows that production agent telemetry changes fast enough to break evaluators, alerts, and guardrails when teams do not standardise schema paths.

Why it matters: For IAM, NHI, and AI governance teams, the finding matters because agent identity, tool use, and runtime behaviour are only governable when the observable surface stays stable enough to bind controls to it.

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.

👉 Read HoneyHive's case study on standardising AI observability across 73,000 agent schemas


Context

AI observability fails when every framework emits telemetry in a different shape, because the control plane for alerts, evaluators, and guardrails depends on stable field paths. In practice, that means the same agent action can become invisible to governance tooling after a framework swap, a refactor, or a schema rewrite. The article’s core question is not whether teams can instrument agents, but whether they can keep instrumentation consistent enough to govern them at scale.

That is why the identity angle matters even in an AI observability story. When agent behaviour, tool use, and execution paths change faster than the schema layer, the organisation loses reliable evidence for control decisions about the agent as a runtime entity. For teams building agentic AI governance, the challenge is to treat telemetry like an interface with lifecycle management, not like disposable logging.

HoneyHive’s measured results show that this is not an edge case in a single experimental lab. The churn is structural, and the starting position is increasingly typical for organisations running multiple teams, multiple frameworks, and multiple production agents.


Key questions

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. When those paths move across frameworks or change during a refactor, the control may still run but silently stop seeing the right data. That creates false confidence, because the agent is still operating while the governance layer is partially blind.

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. That forces duplicated mappings, different alert logic, and separate review effort for each stack. The more frameworks you support, the more governance overhead becomes a permanent tax rather than a one-time setup cost.

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. If evaluator mappings and alert rules are changing as often as the agent is changing, the observability layer is no longer stable enough to support reliable oversight.

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.


Technical breakdown

Why GenAI telemetry breaks across frameworks

OpenTelemetry GenAI, OpenInference, and OpenLLMetry each model agent traces differently, so a field path that exists in one stack may sit elsewhere or not exist at all in another. That creates a mapping problem for evaluators and guardrails that expect a stable source of truth. Even when a framework claims OpenTelemetry support, it may still emit custom attributes, which gives teams transport but not standard semantics. The result is fragile governance bindings that work until the next framework-specific implementation detail changes.

Practical implication: standardise on one semantic model and test every evaluator, alert, and policy binding against schema drift before deployment.

Why schema churn is an operational control issue

Schema churn is the rate at which fields appear, disappear, or move within an agent’s observable surface. In production, that churn is driven by team onboarding, refactors, and framework adoption, not just feature development. When field paths die, anything mapped to them silently fails, including alerts, experiment baselines, and guardrail logic. This is why observability drift should be treated as a governance signal, because it indicates that the control surface itself is moving under the controls.

Practical implication: version agent schemas and couple every refactor to migration work for monitoring, evaluation, and alerting artefacts.

What schema lifespan tells you about governance maturity

Schema lifespan is the time between first and last observation for a meaningful field. Short lifespans suggest rapid iteration or unstable contracts, while longer lifespans usually reflect more disciplined production processes and cross-team alignment. The key point is not that churn is bad. Churn is expected. The problem is when the schema changes faster than the organisation can update the controls that depend on it, which turns routine engineering change into a governance outage.

Practical implication: define acceptable field stability thresholds and require control owners to approve breaking schema changes.


NHI Mgmt Group analysis

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.

Schema churn is the AI equivalent of identity lifecycle drift. In identity programmes, unmanaged change in accounts, entitlements, and lifecycle states undermines access control. In agentic AI, unmanaged change in telemetry paths undermines evaluator bindings, guardrails, and alert logic. The shared lesson is that controls fail when the object they bind to changes without lifecycle governance, so schema governance belongs alongside model and runtime governance.

Telemetry standardisation creates a new named concept: schema binding risk. This is the failure mode where monitoring, evaluation, and policy artefacts are attached to field paths that no longer exist or no longer mean the same thing. That risk grows as organisations mix frameworks, because each additional dialect increases the chance of silent control breakage. Practitioners should assume that every framework migration is also a control migration.

The industry is converging on OpenTelemetry GenAI, but convergence does not eliminate drift. Native support from major platform vendors reduces the long-term fragmentation problem, yet in-development conventions still leave room for mixed dialects and partial adoption. That means enterprises need a transitional governance model that can handle both standard and non-standard traces. Practitioners should plan for interoperability overhead rather than assuming a single cutover solves the problem.

Agent observability has become an identity-adjacent control problem because the agent is only governable if it is observable. That matters for AI agents that use tools, call APIs, or operate with delegated credentials, because execution evidence is the only way to distinguish intended behaviour from policy violation. Without stable telemetry, agent identity and privilege cannot be assessed with confidence. Practitioners should align observability design with AI governance and NHI oversight from the start.

What this signals

The practical signal for AI programme owners is that observability drift should now be tracked like any other control degradation, because unstable schema paths create blind spots in evaluation and alerting. Schema binding risk: when controls depend on field names that shift under framework churn, the policy layer becomes brittle even if the agent itself keeps running. Teams should pair agent rollout approvals with schema impact reviews and maintain canonical mappings across frameworks.

For identity and NHI teams, the deeper lesson is that runtime governance depends on stable evidence, not just stable permissions. If an AI agent uses delegated credentials or tool access, the observability layer needs enough consistency to prove what the agent did, when, and under which path. That is where OpenTelemetry GenAI and the NIST AI Risk Management Framework become relevant as governance anchors, especially during mixed-framework transitions.


For practitioners

  • 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.
  • Review mixed-framework estates for binding fragility Inventory every agent framework in production, identify evaluator or alert dependencies on custom field names, and prioritise the bindings most likely to fail during migration.

Key takeaways

  • AI observability becomes unreliable when agent schemas change faster than the controls bound to them.
  • HoneyHive’s study shows that schema churn is driven by real organisational events such as onboarding waves and framework migrations.
  • Teams should govern telemetry like an interface, with versioning, canonical mappings, and controlled migration of dependent policies.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and MITRE ATT&CK address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST AI RMFGOVERNAI observability standardisation depends on clear ownership and accountability.
OWASP Agentic AI Top 10Agentic systems need stable telemetry to support runtime control and monitoring.
NIST CSF 2.0PR.AC-4Access and control logic depend on reliable identity and runtime evidence.
MITRE ATT&CKTA0007 , DiscoveryOperational visibility depends on preserving the discovery surface for agent behaviour.

Assign governance for schema changes, telemetry mappings, and control ownership before production rollout.


Key terms

  • Schema Churn: Schema churn is the rate at which telemetry fields appear, disappear, or move inside an agent’s observable surface. In AI operations, high churn means downstream controls must be remapped often, which increases the chance of silent monitoring and policy failures.
  • Schema Binding Risk: Schema binding risk is the chance that alerts, evaluators, or guardrails are attached to field paths that no longer exist or no longer mean the same thing. It is a governance failure mode caused by unstable telemetry semantics rather than a software bug in the control itself.
  • Canonical Telemetry Schema: A canonical telemetry schema is a normalised field model that translates framework-specific traces into one consistent structure. It lets platform teams apply the same monitoring, evaluation, and policy logic across heterogeneous agent frameworks without rebuilding controls for each stack.

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.

👉 The full HoneyHive case study covers schema churn patterns, cleaning methodology, and framework convergence details.

Deepen your knowledge

NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, agentic AI identity, machine identity security, and secrets management. It is designed for practitioners who need to connect identity controls to emerging AI runtime risks.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 18, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org