TL;DR: AI observability and governance break when teams cannot reconcile tokens, model names, inputs, outputs, and span types across conventions, according to Fiddler. The practical issue is not collection but semantic consistency: without it, platform teams cannot compare, alert, or enforce reliably across AI stacks.
At a glance
What this is: This is a deep dive on server-side semantic mapping for AI observability, showing how different AI telemetry conventions can be normalised into shared concepts across frameworks.
Why it matters: It matters because IAM, security, and AI governance teams need consistent telemetry to understand model usage, tool calls, and agent behaviour without forcing a single SDK or losing operational provenance.
By the numbers:
- Fiddler documents more than 30 semantic concepts across token usage, cost, model and provider identity, agents and tools, sessions, content, performance, span identity, and metadata.
- It also provides more than 140 predefined mappings across roughly a dozen frameworks and SDKs.
👉 Read Fiddler's deep dive on server-side semantic mapping for AI observability
Context
AI observability breaks down when the same operational event is named differently across frameworks, SDKs, and telemetry conventions. OpenTelemetry helps standardise collection and transport, but it does not by itself guarantee that backends interpret attributes consistently across models, tools, retrievers, and agents. For teams operating AI services at scale, the governance gap is semantic rather than transport-related.
That gap matters most where AI systems are now part of security and control decisions. If dashboards, alerts, and evaluators cannot reconcile input tokens, output tokens, model identity, and span types, then platform teams lose the ability to compare behaviour across environments. In identity-adjacent AI programmes, that consistency becomes a prerequisite for trustworthy monitoring, change control, and auditability.
This is typical of modern AI observability problems: instrumentation is present, but meaning is fragmented. The article’s starting point reflects a common enterprise condition rather than an edge case.
Key questions
Q: How should security teams normalise AI telemetry across multiple frameworks?
A: Use a central semantic mapping layer that translates framework-specific attribute names into canonical concepts after ingestion. Keep the raw keys available for debugging, but make dashboards and alerts depend on the mapped concepts so analytics stay consistent across SDKs and model stacks.
Q: Why does OpenTelemetry not fully solve AI observability governance?
A: OpenTelemetry standardises transport, not meaning. Different AI frameworks can send different attribute names for the same operational concept, so a backend still has to interpret those values before it can compare usage, trace behaviour, or enforce policy across environments.
Q: What breaks when AI telemetry semantics are inconsistent?
A: Cross-framework comparison breaks first, followed by alert quality, usage reporting, and evaluator consistency. If input tokens, model identity, or span types mean different things in different stacks, the platform cannot produce a reliable operational picture or support defensible governance decisions.
Q: How should teams manage AI observability without locking into one SDK?
A: Use framework-agnostic concepts at the platform layer and map each SDK to those concepts at runtime. That lets engineering teams keep their preferred instrumentation while operations teams maintain portability, consistent reporting, and a stable control model across applications.
Technical breakdown
Why telemetry transport does not solve semantic inconsistency
OpenTelemetry Protocol moves traces, metrics, and logs between systems, but transport only preserves bytes, not meaning. AI SDKs often use different attribute keys for the same concept, such as prompt tokens or model identifiers. A backend that ingests raw telemetry still has to interpret what each attribute represents before it can aggregate, alert, or evaluate consistently. Without that semantic layer, dashboards become framework-specific views rather than a unified operating picture.
Practical implication: treat telemetry normalisation as a control layer, not a collection feature.
How server-side semantic mapping works across AI frameworks
Server-side semantic mapping creates an abstraction layer that resolves incoming attribute names to shared concepts after ingestion. Instead of requiring every client to emit one convention, the platform maps raw keys such as framework-specific token or model fields into canonical concepts like input tokens or output tokens. That preserves portability because the producer can stay framework-native while the consumer works against stable semantics. The same idea also applies to span classification, where model calls, tools, retrievers, and agents need common labels to support analysis across traces.
Practical implication: define canonical telemetry concepts centrally and map frameworks to them at runtime.
Why provenance matters in AI observability governance
Normalisation alone is not enough, because operators still need to know what was originally emitted. A well-designed mapping layer keeps both the raw attribute name and the resolved semantic concept, so teams can debug framework-specific behaviour and verify how values were interpreted. This dual record is especially important when mappings change over time or when custom instrumentation appears. Governance teams get consistency without losing traceability, which is the difference between useful abstraction and opaque transformation.
Practical implication: retain raw telemetry alongside mapped concepts so audits and debugging remain possible.
NHI Mgmt Group analysis
Semantic drift is becoming an AI governance problem, not just an observability problem. When the same AI event is labelled differently across SDKs, teams lose comparability across models, agents, and workflows. That weakens monitoring, incident review, and policy enforcement because the control plane cannot reason over inconsistent attribute names. Practitioners should treat semantic mapping as part of governance architecture, not as a cosmetic telemetry concern.
Server-side normalisation is the right control point for heterogeneous AI stacks. Client-side standardisation assumes teams can converge on one instrumentation pattern, which is unrealistic in multi-framework environments. A central mapping layer allows diverse producers to remain portable while the platform applies common meaning at the point of analysis. That is a better fit for AI programmes that need policy consistency without blocking engineering choice.
Telemetry provenance must survive abstraction. If raw attributes disappear after mapping, teams will struggle to validate a trace, explain an alert, or reconcile a framework-specific quirk. Keeping both the original key and the mapped concept creates a defensible audit trail. For security and governance teams, that makes the observability layer more trustworthy than a one-way transformation pipeline.
Named concept: telemetry semantic sprawl. This is the condition where multiple AI frameworks represent the same operational event with different attribute names, types, and span labels. It forces every downstream control to perform translation before it can measure, compare, or enforce. The practical conclusion is simple: without semantic governance, AI observability will remain fragmented even when transport is standardised.
What this signals
Telemetry semantic sprawl: AI programmes now face a governance problem where meaning, not merely data, fragments across frameworks. Teams that want consistent monitoring should define their canonical operational concepts early and map everything else to them at the platform layer.
Because this article sits at the intersection of AI governance and identity-adjacent control, the practical signal is that observability is becoming part of trust architecture. Where agent identity, provider identity, or tool usage appears in telemetry, those signals should be reviewable alongside access and policy controls rather than left in a separate engineering silo.
For practitioners
- Define canonical AI telemetry concepts Create a controlled vocabulary for core AI observability fields such as input tokens, output tokens, model identity, tool execution, and agent spans. Use that vocabulary as the reference point for dashboards, alerts, and evaluator logic so different SDKs can be compared consistently.
- Preserve raw and mapped telemetry side by side Store the original attribute key together with the resolved semantic concept so engineers can verify mappings and investigate anomalies. This is especially important when frameworks change or when custom instrumentation enters the environment.
- Treat runtime mapping changes as governed configuration Allow mappings to be updated without redeploying applications, but place those changes under change control and review. That keeps telemetry portable while preventing uncontrolled shifts in how operational data is interpreted.
- Align AI observability with identity and access review If telemetry includes provider identity, agent identity, or tool usage, connect those events to your identity governance and review processes. That helps teams see which systems are acting, what they can reach, and whether access patterns stay within approved boundaries.
Key takeaways
- AI observability fails when telemetry transport is standard but semantics are fragmented across frameworks.
- Server-side mapping preserves portability while giving dashboards and evaluators a common language.
- Teams should govern telemetry meaning centrally and retain raw provenance for auditability and debugging.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST AI RMF and NIST CSF 2.0 set the technical controls, while ISO/IEC 27001:2022 define the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST AI RMF | GOVERN | Semantic mapping supports AI governance and accountability across heterogeneous telemetry. |
| NIST CSF 2.0 | GV.OV-01 | Consistent observability supports oversight of AI system behaviour and operational risk. |
| ISO/IEC 27001:2022 | A.8.15 | Logging and monitoring controls depend on consistent interpretation of collected telemetry. |
Create governed telemetry concepts and assign ownership for how AI observability data is standardised.
Key terms
- Semantic Mapping: Semantic mapping connects technical metadata to business meaning so users and systems interpret a data asset consistently. It reduces ambiguity across teams by aligning terms, definitions and relationships, which is essential when the same dataset supports reporting, analytics and AI use cases.
- Telemetry provenance: The traceable history of where security data came from, how it was transformed, and what identity or system produced it. Provenance matters because automated response is only trustworthy when the record still explains who or what the event belongs to.
- AI Observability Control Plane: An AI observability control plane is the layer that turns raw telemetry into governed operational insight. It brings together collection, normalisation, monitoring, evaluation, and policy enforcement so teams can manage AI systems consistently across heterogeneous frameworks and deployment patterns.
- Semantic drift: A mismatch between what code appears to do and what it actually enforces. In identity workflows, semantic drift is dangerous because the implementation can look correct in review while quietly weakening login, session, or response protections.
What's in the full article
Fiddler's full blog post covers the implementation detail this post intentionally leaves at the architectural level:
- The complete list of semantic concepts used to normalise AI telemetry across frameworks and SDKs.
- Examples of how raw attributes are preserved alongside mapped concepts for debugging and verification.
- Runtime mapping workflows for adding or deleting mappings without changing application code.
- The broader control-plane context that links semantic mapping to monitoring, enforcement, and governance.
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 identity lifecycle thinking. It helps security and identity practitioners connect control design to the operational realities of AI systems and non-human access.
Published by the NHIMG editorial team on August 21, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org