Skip to content

Commit e365b09

Browse files
committed
improved messaging from Alex
1 parent e430e0a commit e365b09

4 files changed

Lines changed: 11 additions & 18 deletions

File tree

modules/ai-agents/pages/observability/concepts.adoc

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
= Transcripts and AI Observability
2-
:description: Understand how Redpanda captures execution transcripts using OpenTelemetry.
2+
:description: Understand how Redpanda captures end-to-end execution transcripts on an immutable distributed log for agent governance and observability.
33
:page-topic-type: concepts
44
:personas: agent_developer, platform_admin, data_engineer
55
:learning-objective-1: Explain how transcripts and spans capture execution flow
66
:learning-objective-2: Interpret transcript structure for debugging and monitoring
77
:learning-objective-3: Distinguish between transcripts and audit logs
88

9-
Redpanda automatically captures glossterm:transcript[,transcripts] (also referred to as execution logs or traces) for both AI agents and MCP servers, providing complete glossterm:observability (o11y)[,observability] into how your agentic systems operate.
9+
Redpanda automatically captures glossterm:transcript[,transcripts] for AI agents, MCP servers, and AI Gateway operations. A transcript is the end-to-end execution record of an agentic behavior. It may span multiple agents, tools, and models and last from minutes to days. Redpanda's immutable distributed log stores every transcript, providing a correct record with no gaps. Transcripts form the keystone of Redpanda's governance for agents.
1010

1111
After reading this page, you will be able to:
1212

@@ -16,7 +16,7 @@ After reading this page, you will be able to:
1616
1717
== What are transcripts
1818

19-
The AI Gateway and every glossterm:AI agent[,agent] and glossterm:MCP server[] in your Agentic Data Plane (ADP) automatically emit OpenTelemetry traces to a glossterm:topic[] called `redpanda.otel_traces`. These traces provide detailed observability into operations, creating complete transcripts.
19+
A transcript records the complete execution of an agentic behavior from start to finish. It captures every step — across multiple agents, tools, models, and services — in a single, traceable record. The AI Gateway and every glossterm:AI agent[,agent] and glossterm:MCP server[] in your Agentic Data Plane (ADP) automatically emit OpenTelemetry traces to a glossterm:topic[] called `redpanda.otel_traces`. Redpanda's immutable distributed log stores these traces.
2020

2121
Transcripts capture:
2222

@@ -27,7 +27,7 @@ Transcripts capture:
2727
* Error conditions
2828
* Performance metrics
2929

30-
With 100% sampling, every operation is captured, enabling comprehensive debugging, monitoring, and performance analysis.
30+
With 100% sampling, every operation is captured with no gaps. The underlying storage uses a distributed log built on Raft consensus (with TLA+ proven correctness), giving transcripts a trustworthy, immutable record for governance, debugging, and performance analysis.
3131

3232
== Traces and spans
3333

@@ -322,23 +322,16 @@ Transcripts may contain sensitive information from your tool inputs and outputs.
322322

323323
== Transcripts compared to audit logs
324324

325-
// TODO: Ask SME to review and confirm whether we want to rephrase or change
326-
// "not designed for audit logging or compliance"
327-
Transcripts are designed for observability and debugging, not audit logging or compliance.
325+
Transcripts and audit logs serve different but complementary purposes.
328326

329327
Transcripts provide:
330328

329+
* A complete, immutable record of every execution step, stored on Redpanda's distributed log with no gaps
331330
* Hierarchical view of request flow through your system (parent-child span relationships)
332331
* Detailed timing information for performance analysis
333332
* Ability to reconstruct execution paths and identify bottlenecks
334-
* Insights into how operations flow through distributed systems
335333

336-
Transcripts are not:
337-
338-
* Immutable audit records for compliance purposes
339-
* Designed for "who did what" accountability tracking
340-
341-
For compliance and audit requirements, use the session and task topics for agents, which provide records of agent conversations and execution.
334+
Transcripts are optimized for execution-level observability and governance. For user-level accountability tracking ("who initiated what"), use the session and task topics for agents, which provide records of agent conversations and task execution.
342335

343336
== Next steps
344337

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Transcripts
22
:page-layout: index
3-
:description: Monitor agent and MCP server execution using complete OpenTelemetry traces captured by Redpanda.
3+
:description: Govern agentic AI with complete execution transcripts built on Redpanda's immutable distributed log.
44

55
{description}

modules/ai-agents/pages/observability/ingest-custom-traces.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Ingest OpenTelemetry Traces from Custom Agents
2-
:description: Configure a Redpanda Connect pipeline to ingest OTEL traces from custom agents into Redpanda for unified observability.
2+
:description: Configure a Redpanda Connect pipeline to ingest OpenTelemetry traces from custom agents into Redpanda's immutable log for unified governance and observability.
33
:page-topic-type: how-to
44
:learning-objective-1: Configure a Redpanda Connect pipeline to receive OpenTelemetry traces from custom agents via HTTP and publish them to `redpanda.otel_traces`
55
:learning-objective-2: Validate trace data format and compatibility with existing MCP server traces

modules/ai-agents/pages/observability/transcripts.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
= View Transcripts
2-
:description: Learn how to filter and navigate the Transcripts interface to investigate execution traces using multiple detail views and interactive timeline navigation.
2+
:description: Filter and navigate the Transcripts interface to investigate end-to-end agent execution records stored on Redpanda's immutable log.
33
:page-topic-type: how-to
44
:personas: agent_developer, platform_admin
55
:learning-objective-1: Filter transcripts to find specific execution traces
66
:learning-objective-2: Use the timeline interactively to navigate to specific time periods
77
:learning-objective-3: Navigate between detail views to inspect span information at different levels
88

9-
Use the Transcripts view to investigate agent, MCP server, and AI Gateway execution traces. Filter by operation type, inspect span details, and trace issues across your agentic systems.
9+
Use the Transcripts view to investigate end-to-end execution records for agents, MCP servers, and AI Gateway. Each transcript captures the complete lifecycle of an agentic behavior on Redpanda's immutable distributed log. Filter by operation type, inspect span details, and trace issues across your agentic systems.
1010

1111
For conceptual background on spans and trace structure, see xref:ai-agents:observability/concepts.adoc[].
1212

0 commit comments

Comments
 (0)