# Monitor & Debug

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [agentic-data-plane-full.txt](https://docs.redpanda.com/agentic-data-plane-full.txt)

---
title: Monitor & Debug
latest-operator-version: v26.1.5
latest-console-tag: v3.7.4
latest-connect-version: 4.96.1
latest-redpanda-tag: v26.1.10
docname: index
page-component-name: agentic-data-plane
page-version: master
page-component-version: master
page-component-title: Agentic Data Plane
page-relative-src-path: index.adoc
page-edit-url: https://github.com/redpanda-data/adp-docs/edit/main/modules/monitor/pages/index.adoc
description: See what your agents did, investigate runs, and check speed, cost, and errors.
page-git-created-date: "2026-05-28"
page-git-modified-date: "2026-06-01"
---

<!-- Source: https://docs.redpanda.com/agentic-data-plane/monitor.md -->

See what your agents are doing and why. Monitor agent activity, read individual run transcripts, troubleshoot failures, and track speed, cost, and errors.

-   [How Observability Works](concepts/)

    Understand how Redpanda captures end-to-end execution transcripts on an immutable distributed log for agent governance and observability.

-   [Monitor Agent Activity](monitor-agents/)

    Monitor agent execution, analyze conversation history, track token usage, and debug issues using Inspector, Transcripts, and agent data topics.

-   [See What Your Agent Did](transcripts/)

    Open a transcript in ADP, read the conversation turn by turn, and investigate errors, costs, and performance.

-   [Troubleshoot Agents](troubleshoot-ai-agents/)

    Diagnose and fix common issues with AI agents including deployment failures, runtime behavior problems, and tool execution errors.

-   [Send BYOA Telemetry](byoa-telemetry/)

    Emit OpenTelemetry traces from your BYOA (Bring Your Own Agent) so the Agentic Data Plane can attribute calls, costs, and tool invocations to your agent. Covers the minimum required span contract, common optional attributes, and how it differs from a Redpanda-managed agent.