By NHI Mgmt Group Editorial TeamDomain: AI SecuritySource: ArizePublished May 1, 2026

TL;DR: Enterprise agents are moving into production, but teams still lack a shared way to capture what agents actually did across tool calls, model hops, and handoffs, making OpenTelemetry and OpenInference the practical path to portable, comparable traces, according to Arize. The governance question is no longer observability alone: without standardised telemetry, auditability, evaluation, and migration all remain vendor-bound.


At a glance

What this is: This is an analysis of why enterprise agent telemetry needs shared standards, with OpenTelemetry and OpenInference positioned as the common layer for tracing agent behaviour.

Why it matters: It matters because security, IAM, and AI governance teams need consistent evidence of agent actions, and without portable traces they cannot reliably review decision paths, tool use, or handoffs.

👉 Read Arize's analysis of why agent telemetry needs standards


Context

Enterprise agent deployments create an accountability gap before they create a tooling problem. When a system can rewrite prompts, call multiple tools, retrieve context, hand work to another agent, and return a final answer, the real governance question is what evidence survives the run. Standard telemetry becomes the minimum requirement for auditability, evaluation, and control across AI, IAM, and NHI-adjacent workflows.

The identity intersection is genuine here: an AI agent is not just a model invocation, it is a runtime actor that may use secrets, delegated permissions, and tool access to complete work. If those actions are not captured in a consistent trace format, security teams lose the ability to distinguish expected delegated behaviour from overreach, misuse, or policy failure. That starting position is already typical in emerging agent programmes, which is exactly why standards matter now.


Key questions

Q: How should security teams govern AI agents that choose tools at runtime?

A: Security teams should treat runtime tool choice as a governed access event, not a normal application call. That means task-scoped credentials, explicit approval boundaries for sensitive actions, and logs that record both the tool selected and the identity used. If the agent can change its plan, the control model must be able to change with it.

Q: Why do AI agents create a governance problem for IAM teams?

A: AI agents create a governance problem because they authenticate and act as autonomous software entities with tool access. If their actions are logged only as application activity, teams lose accountability, context, and revocation clarity. IAM must therefore extend to agent identity, delegated authority, and control-plane audit trails.

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: How do security teams know if agent observability is actually working?

A: Observability is working only when teams can tie together token activity, tool calls, and latency for a specific agent session. If those signals are disconnected, the logs may show traffic but not governance. The test is whether investigators can reconstruct the path of a meaningful agent action from start to finish.


Technical breakdown

Why agent traces need semantic conventions

Agent telemetry is only useful when the trace means the same thing across tools, frameworks, and backends. OpenTelemetry already solved this problem for application and infrastructure events by standardising spans, attributes, and context propagation. OpenInference extends that idea for AI systems by defining spans for prompts, model calls, retrieval, tool usage, and multi-agent handoffs. Without those semantics, a trace is just a transcript. With them, it becomes a queryable record that supports comparison, filtering, and evaluation across production runs.

Practical implication: standardise agent trace fields before scaling agents so monitoring, audits, and evaluations do not depend on one-off instrumentation.

How portability changes the control model for agents

Portability matters because agent systems change quickly. Teams swap models, add tools, adjust retrieval layers, and move observability platforms, often while the production workflow stays live. A shared telemetry model means the instrumentation survives those changes. That reduces rework and also limits blind spots when control ownership shifts between product, platform, security, and compliance teams. For AI governance, portability is not a convenience feature. It is the basis for retaining evidence across stack changes and for preventing observability lock-in from becoming governance lock-in.

Practical implication: treat telemetry portability as a governance requirement, not a tooling preference, especially where agents have access to sensitive workflows or secrets.

Why the trace is the system of record for agent behaviour

For agents, the important question is not only whether the output was correct, but how the output was produced. A trace can show request rewriting, retrieval choices, retries, tool calls, model outputs, and handoffs in sequence. That gives teams a system of record for debugging, safety review, and post-incident analysis. It also creates a basis for continuous evaluation because the evidence comes from production behaviour rather than artificial test cases. In practice, that is what allows teams to spot recurring failure modes instead of treating every bad outcome as a one-off event.

Practical implication: make the trace the primary artefact for review, then connect evaluations, policy checks, and incident investigation back to that record.


NHI Mgmt Group analysis

Standardised agent telemetry is now a governance control, not just an observability preference. Once agents can rewrite requests, call tools, and hand off work, their behaviour becomes a security-relevant event stream. Without common semantics, teams cannot compare runs or prove what happened across systems. The practitioner conclusion is simple: if the trace is inconsistent, the control is incomplete.

Telemetry portability is the missing safeguard against vendor-bound agent oversight. When tracing formats are proprietary, organisations inherit the vendor's interpretation of the agent lifecycle and lose flexibility when their stack changes. That matters for AI governance, but it also matters for IAM because delegated access and tool use need durable evidence. The practitioner conclusion is to keep the evidence layer independent of any single platform.

Trace standardisation creates the conditions for agent accountability at scale. OpenTelemetry and OpenInference are doing for agent behaviour what common logging schemas once did for distributed systems, but with more direct implications for evaluation and audit. The field will move toward shared definitions of prompts, tool calls, and handoffs because without them, reviews remain subjective. The practitioner conclusion is to align telemetry policy with governance policy now.

Identity-aware agent observability will become a baseline expectation. As agents increasingly use secrets, delegated credentials, and service accounts, telemetry that omits access context will be insufficient. That is where AI governance meets IAM and NHI control. The practitioner conclusion is to ensure traces can answer not only what the agent did, but under which identity and privilege boundary it acted.

Named concept: telemetry lock-in risk. This is the point at which observability data becomes trapped in one vendor's schema, making migration, cross-platform analysis, and audit export unnecessarily hard. The more autonomous the workflow, the more damaging that lock-in becomes. The practitioner conclusion is to demand exportable, semantically consistent traces before agent sprawl sets the standard for the programme.

What this signals

Telemetry standardisation will increasingly shape how AI governance teams prove control effectiveness. The practical signal is that trace portability will matter as much as model selection, because governance evidence must survive stack changes. Teams should expect auditors and internal reviewers to ask for reconstructable decision paths, not just aggregated metrics.

As agents begin to touch secrets, delegated access, and service accounts, the boundary between AI governance and identity governance gets tighter. That means agent observability programmes should align with IAM evidence requirements, especially where tool use depends on credentialed access and where access context must be retained for review.

The likely programme shift is from platform-centric monitoring to evidence-centric oversight. Teams that build around exportable traces and common semantics will be better placed to evaluate behaviour, investigate incidents, and move tools without losing control history.


For practitioners

  • Define a standard agent trace schema Map prompts, tool calls, retrieval steps, model outputs, and handoffs to a shared schema so every agent produces comparable telemetry across platforms and teams.
  • Preserve identity context in every trace Include service account, delegated credential, and tool-session context in telemetry so investigators can tie agent behaviour to the permissions actually used.
  • Build evaluations from production traces Use real trajectories to feed continuous evaluation, debugging, and safety review rather than relying only on static test sets that miss runtime variation.
  • Separate evidence storage from the vendor console Keep exportable trace data outside any single observability interface so migration, audit export, and cross-team analysis remain possible if platforms change.

Key takeaways

  • Agent telemetry is becoming a governance layer because production agents need an evidence trail for every tool call, handoff, and model decision.
  • Shared standards such as OpenTelemetry and OpenInference reduce observability lock-in and make agent behaviour comparable across systems.
  • Identity-aware traces are the point where AI governance and IAM converge, because runtime access must be explainable as well as authorised.

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 address the attack surface, NIST AI RMF, NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the technical controls, and ISO/IEC 27001:2022 define the regulatory obligations.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10Agent telemetry underpins traceability for prompt, tool, and handoff behaviour.
NIST AI RMFGOVERNThe article is fundamentally about governance, accountability, and evidence for AI systems.
NIST CSF 2.0DE.CM-1Continuous monitoring depends on consistent telemetry from production AI workflows.
NIST SP 800-53 Rev 5AU-2Agent traces function as audit evidence for actions and system behaviour.
ISO/IEC 27001:2022A.5.28Trace records support security event collection and evidence handling.

Ensure agent traces feed monitoring processes that detect unexpected behaviour and policy failures.


Key terms

  • Agent telemetry: Operational data describing what an AI agent did, which tools it called, how much it consumed, and what resources it touched. Telemetry is essential for audit, incident response, and behavioural governance because agent decisions are otherwise difficult to reconstruct.
  • OpenInference: A set of OpenTelemetry semantic conventions for AI workloads. It standardises how agent activity, tool calls, model steps, and latency are recorded so different evaluation and observability tools can read the same trace data.
  • Telemetry Lock-in Risk: Telemetry lock-in risk is the condition where monitoring and trace data are trapped inside one vendor’s format or console. It limits migration, weakens independent review, and can make governance evidence harder to export when systems, models, or platforms change.
  • Decision path: The decision path is the sequence of checks, data inputs, policies, and actions that lead a system to a result. In AI and identity governance, it matters because controls only work if they are present where the decision is made, not just somewhere else in the workflow.

What's in the full article

Arize's full article covers the operational detail this post intentionally leaves for the source:

  • How OpenTelemetry and OpenInference map prompts, tool calls, retrieval steps, and handoffs into a usable agent trace model
  • What portability looks like when teams need to move telemetry across frameworks, models, and observability backends without re-instrumentation
  • How production traces support continuous evaluation, debugging, and safety review in real enterprise agent workflows
  • Why shared semantics matter for auditability when agents use delegated access, service accounts, or secret-backed tool use

👉 Arize's full article covers the OpenTelemetry and OpenInference detail behind portable agent traces

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, secrets management, and identity lifecycle controls. It helps security and identity practitioners connect delegated access, auditability, and runtime oversight to practical governance.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 20, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org