---
title: "Agent Observability | Grafana Cloud documentation"
description: "Monitor your AI agents in production with observability for conversations, costs, quality, and performance."
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

# Agent Observability

Agent Observability for teams running LLM agents in production. Monitor conversations, costs, quality, and performance from a single pane of glass.

> Note
> 
> Grafana Agent Observability is currently in [public preview](/docs/release-life-cycle/). Grafana Labs offers limited support, and breaking changes might occur prior to the feature being made generally available.

## Overview

Agent Observability is built on OpenTelemetry and gives teams running LLM agents in production a single place to monitor agent activity, trace conversations, track costs, and evaluate quality.

Agent Observability provides thin SDKs for Go, Python, TypeScript, Java, and .NET that capture generation data with minimal code changes. Built-in framework integrations for LangChain, LangGraph, OpenAI Agents, Vercel AI SDK, and others make instrumentation automatic.

With Agent Observability in Grafana Cloud, you can browse conversations, drill into traces, compare agent versions, configure online evaluation rules and guards, review offline experiment reports, and use built-in analytics for metrics, logs, traces, and profiles.

## Use Agent Observability

Use Agent Observability to understand agent behavior from development through production. You can:

- Capture LLM generations, tool calls, workflow steps, token usage, and cost data from your agents.
- Forward coding-agent sessions from supported tools without adding SDK code to an application.
- Search and inspect conversations, then connect individual generations to OpenTelemetry traces and metrics.
- Track agent versions, prompt changes, tool usage, quality scores, latency, errors, and cost trends.
- Configure online evaluations and guards to score or gate production traffic.
- Run offline experiments in public preview to compare models, prompts, and agent versions before release.

## Explore

[Get started  
\
Enable Agent Observability on Grafana Cloud and instrument your agents.](get-started/)

[Configure  
\
Tune SDK and evaluation settings.](configure/)

[Guides  
\
Explore practical workflows for conversations, evaluation, dashboards, and cost optimization.](guides/)

[Reference  
\
API contracts and SDK configuration reference.](reference/)
