Observability for coding agents
Teams adopting AI coding agents need three things: to see what the agent did, to spend less doing it, or to use the agent to add observability to their own app.
Set up tracing for your agent
Each agent has its own way of getting sessions out. The Quick start column is the single step that does most of the work; the linked page has the full setup, endpoint modes and validation.
Opik plugin (recommended) captures every turn with full content. Native OpenTelemetry export is available as a beta alternative.
Native OpenTelemetry export from Copilot Chat in VS Code and from Copilot CLI. Enterprise managed settings can mandate it fleet-wide.
Opik Cursor extension logs every conversation, with token usage and cost from your Cursor account.
Native OpenTelemetry export configured in config.toml.
Every native OpenTelemetry path (GitHub Copilot, OpenAI Codex, Claude Code OTel, other agents) shares one property: content is redacted by default and has to be switched on explicitly. Check your organization’s policy before enabling prompt and response export. Structure, timing and token counts are logged either way.