Observe your application - Braintrust

Documentation Index

Fetch the complete documentation index at: /docs/llms.txt

Use this file to discover all available pages before exploring further.

After instrumenting your application, Braintrust captures every request as traces that you can view, filter, and analyze in real time. This observability enables you to monitor production behavior, identify issues, and gather data for improving your application.

Why observe in Braintrust

Observability in Braintrust creates a feedback loop between production and evaluation. Logs use the same data structure as experiments, which means:

This unified structure lets you iterate faster and maintain consistency across your development workflow.

View your logs

The Logs page displays all traces from your application in a searchable, filterable table. Each row represents a complete trace with its root span. You can:

Discover insights with Topics

Topics automatically analyze and classify your logs to surface patterns without manual review. Each trace is analyzed by facets that extract short labels, then similar labels are clustered into named topics like user intents, sentiment, and issues. Use Topics for:

Built-in facets include Task (user intents), Sentiment (emotional tone), and Issues (agent problems). You can also create custom facets for domain-specific analysis. See Get started with Topics for details.

Filter and search

Find specific traces using multiple approaches:

Monitor with dashboards

Custom dashboards aggregate metrics across your logs and experiments. Track request counts, latency, token usage, costs, scores, and custom metrics over time. Dashboards help you:

Use Loop

Loop is Braintrust’s AI agent that understands your data structure and helps you explore logs through natural language. Available on both the Logs page and individual trace pages, Loop lets you ask questions, identify patterns, and get insights without writing queries. See Analyze logs and Analyze individual traces for more details.

Next steps