TL;DR: Booking.com shows how AI observability now has to cover both traditional ML and agentic workflows, with traces, prediction logs, privacy-aware redaction, and cohort analysis used to reconstruct behaviour and explain regressions, according to Arize. The governance lesson is that telemetry is no longer just monitoring; it is part of making AI systems auditable, debuggable, and trustworthy at scale.
At a glance
What this is: This case study argues that AI observability must span traces, logs, redaction, and cohort analysis to make agentic workflows and traditional ML explainable in production.
Why it matters: For IAM and security teams, the key issue is that AI systems now make decisions, call tools, and handle sensitive data in ways that need governance, traceability, and accountability.
👉 Read Arize's case study on Booking.com's AI observability architecture
Context
AI observability is the discipline of reconstructing what an AI system did, why it behaved that way, and how it changed over time. In this article, the governance gap is not model quality alone but the lack of end-to-end visibility across prompts, tool calls, retrieval steps, prediction logs, and privacy controls, especially as agentic workflows become more common.
That matters for identity and access programmes because AI systems increasingly act like operational actors: they retrieve data, invoke tools, and influence decisions. When those workflows are not observable, teams cannot reliably answer basic questions about data exposure, policy drift, or whether a system stayed within approved behaviour.
Key questions
Q: How should organisations govern agentic AI in observability workflows?
A: Treat AI as a bounded operator, not an all-purpose controller. Give it narrow permissions, require audit trails, and restrict it to approved actions such as validation, suggestion, or rollback of pre-defined changes. If the telemetry path is fragmented, fix that first, because agentic automation amplifies whatever control model already exists.
Q: Why do agentic AI systems need different monitoring from traditional ML models?
A: Agentic systems create a sequence of decisions, not just a single prediction, so aggregate metrics often hide the root cause of a failure. Traditional ML usually needs feature, prediction, and label logs, while agents need end-to-end traces. The difference matters because the governance question shifts from output quality alone to workflow behaviour and control adherence.
Q: What do organisations get wrong about AI observability?
A: They often confuse technical telemetry with governance evidence. Dashboards can show latency, throughput, and error rates, but that does not prove the AI system stayed within approved data, policy, or accountability boundaries. Effective observability must capture the decision path, not just the system status.
Q: Who is accountable when vendor telemetry exposure reveals AI user identity data?
A: The primary organisation remains accountable for choosing the vendor, defining the data shared, and enforcing outbound access rules. Privacy, security, and identity teams should jointly own that decision because telemetry exposure is a governance failure, not just a vendor incident.
Technical breakdown
Why traces matter for agentic AI observability
Agentic AI systems are hard to govern with aggregate metrics because a single user request can expand into multiple model calls, retrieval operations, tool invocations, fallback decisions, and policy checks. Traces preserve that sequence so teams can reconstruct the path from input to output. OpenTelemetry provides the transport layer, while OpenInference adds AI-specific conventions so prompts, retrieval, tool use, and evaluation signals are represented consistently. That makes it possible to debug not just latency, but behaviour.
Practical implication: instrument agent workflows with trace-level telemetry so you can investigate behaviour, not just outages.
How prediction logs support traditional ML governance
Traditional ML usually needs structured logs rather than traces because the key governance question is how predictions shift over time, across cohorts, and against labels that arrive later. Useful logs capture features, predictions, labels, timestamps, model metadata, and explainability signals. They also need privacy filtering before analysis. The point is to make model behaviour measurable without exposing unnecessary sensitive data, which is especially important when models support ranking, fraud detection, or other high-volume decisions.
Practical implication: separate observability datasets from raw production data and exclude sensitive fields before model analysis.
What privacy-aware telemetry pipelines change for AI governance
A privacy-aware telemetry pipeline centralises sampling, redaction, and routing before data reaches observability tools. That matters because AI systems often generate more context than human operators expect, and some of that context can contain personal data or operational secrets. Central redaction keeps the telemetry useful while enforcing a common governance standard across development and production. Without that control point, observability can become a data exposure path instead of a control surface.
Practical implication: treat telemetry ingestion as a governed data pipeline, not a logging convenience layer.
NHI Mgmt Group analysis
AI observability is becoming a governance control, not a debugging luxury. Once agents can chain prompts, retrieve content, and call tools, the organisation needs evidence of what happened at each step. Aggregate dashboards can show latency or failure rates, but they cannot explain whether a system stayed within policy. Practitioners should treat observability as part of AI control design, not post-incident forensics.
Context bloat is a hidden failure mode in multi-turn agent design. The article’s multi-turn itinerary example shows how long URLs and conversational history can inflate token usage and degrade evaluation scores without an obvious model defect. That pattern is common in agentic systems because the conversation state itself becomes a risk factor. Teams should govern retained context as carefully as they govern the model prompt.
Privacy-aware telemetry is the named concept this article sharpens. AI systems need enough runtime detail to be explainable, but not so much that observability pipelines become a new data leakage path. Redaction, sampling, and approved-field logging are the controls that keep visibility compatible with privacy and data-security requirements. Practitioners should design telemetry as a controlled dataset with explicit boundaries.
For identity programmes, AI observability intersects with access governance wherever an agent can retrieve or expose data. The concern is not only model drift, but whether the system is handling user, partner, or operational content in ways that align with policy and least-privilege expectations. That makes observability relevant to IAM, data security, and AI governance in the same operating model.
Standardised telemetry will separate serious AI governance from ad hoc experimentation. As AI estates grow, organisations that cannot compare traces, predictions, and evaluations across systems will struggle to prove control effectiveness. The practical benchmark is whether a team can move from a signal to a root cause and a bounded fix without manual reconstruction.
What this signals
AI observability will increasingly be measured by whether organisations can explain agent behaviour under policy, not just whether dashboards are green. Teams that connect traces, redaction, and evaluation will have a better path to proving control effectiveness when AI systems influence customer journeys or operational decisions.
The operational signal to watch is whether telemetry can be governed as a controlled dataset across development and production. If trace data, prediction logs, and evaluation outputs live in different silos, the organisation will struggle to correlate regressions with the change that caused them.
Privacy-aware telemetry: the next maturity step is not more logging, but better boundary setting around what AI systems are allowed to reveal. Teams should align observability pipelines with data minimisation, access control, and retention rules before expanding agent use cases.
For practitioners
- Instrument agent workflows end to end Capture prompts, model calls, retrieval steps, tool invocations, fallback decisions, and evaluation outputs in a single trace path so investigations can reconstruct the full workflow.
- Separate agent telemetry from raw application logs Build a dedicated telemetry pipeline for AI systems that samples records, redacts personal data, and routes only approved fields into observability and analytics tools.
- Govern context growth in multi-turn agents Set thresholds for token accumulation, retained conversation history, and long reference content so prompt bloat does not quietly degrade quality or increase cost.
- Track model behaviour by cohort and use case Use cohort analysis to compare performance across geographies, devices, and user segments, then tie regressions to the model version or configuration change that introduced them.
Key takeaways
- AI observability now functions as a governance layer because agentic workflows need step-level traceability, not just uptime monitoring.
- Privacy-aware telemetry is essential because the same data that explains AI behaviour can also expose sensitive content if boundaries are not enforced.
- Practitioners should treat trace design, cohort analysis, and redaction as controls that determine whether AI systems remain debuggable and auditable in production.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST AI RMF, NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the technical controls, while GDPR define the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST AI RMF | GOVERN | The article is fundamentally about governance, accountability, and oversight for AI systems. |
| NIST CSF 2.0 | DE.CM-1 | Continuous monitoring is central to detecting regressions and anomalies in AI systems. |
| NIST SP 800-53 Rev 5 | AU-6 | Audit review and analysis fit the need to reconstruct AI actions and investigate failures. |
| GDPR | Art.32 | The article discusses privacy-aware handling of data within observability pipelines. |
Define ownership for AI telemetry, evaluation, and redaction under a formal AI governance model.
Key terms
- AI observability: AI observability is the ability to see how AI systems are being used, what information they process, and what actions they trigger. In security programmes, it extends beyond uptime or model quality to runtime visibility, policy enforcement, and audit evidence across human and agent-driven use cases.
- Agentic Workflow Trace: An agentic workflow trace is a record of the steps an AI agent took during a task, including prompts, retrievals, tool calls, and fallback decisions. It is essential for understanding how a system reached a response, especially when the workflow involves multiple services or policy gates.
- Privacy-Aware Telemetry: Privacy-aware telemetry is operational data collection that preserves debugging value while limiting exposure of personal or sensitive information. It typically uses sampling, redaction, field approval, and access controls so observability data can support governance without becoming a new source of leakage.
- Error Cohort Analysis: Error cohort analysis is the practice of measuring model performance across defined slices of data instead of relying on a single aggregate score. It reveals whether a model behaves consistently for different populations, conditions, or input types, which is essential for spotting hidden failure modes and governance blind spots.
What's in the full article
Arize's full case study covers the operational detail this post intentionally leaves for the source:
- How Booking.com instruments OpenTelemetry and OpenInference across agent and ML workflows in production
- The telemetry collector design for sampling, PII-aware redaction, and routing into observability systems
- Examples of latency regression detection and configuration-change diagnosis in a live agent workflow
- The multi-turn context bloat case study that shows how evaluation scores degrade as conversation state grows
Deepen your knowledge
NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, secrets management, and agentic AI identity. It helps practitioners connect identity controls to the broader security programme they are responsible for.
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