Agno Tracing
Observing your Agno applications with Arize helps you trace and understand the behavior of your agents. This guide shows you how to instrument your Agno application using OpenInference and send trace data to Arize.
Install
API Key Setup
You'll need to configure your Arize Space ID and API Key, as well as the API key for the LLM provider (e.g., OpenAI). Set these as environment variables:
Setup
Use the arize.otel.register
function to connect your application to Arize and then apply the AgnoInstrumentor
.
Run Agno
Observe
Now that you have tracing setup, all invocations of Agno agents will be streamed to Arize for observability and evaluation.
Resources
Last updated
Was this helpful?