RagaAI Catalyst Tracing Guide for Azure OpenAI Users
This guide helps Azure OpenAI users implement RagaAI Catalyst's tracing capabilities to monitor, debug, and analyze their agentic applications.
Prerequisites
Python 3.10 or higher
Azure OpenAI API access
RagaAI Catalyst access credentials
Quick Setup Guide
1. Install RagaAI Catalyst
2. Set Up Tracing with Azure OpenAI
Tracing Methods
Using Decorators: Use decorators to trace specific functions in your application.
Supported Trace Attributes
RagaAI Catalyst captures various attributes in your traces:
User Input
Agent Output
Network Calls
File Read/Write Operations
Tool Calls
LLM Calls (including Azure OpenAI)
Custom Calls
Accessing Trace Results
View your traces in the RagaAI Catalyst UI:
Log in to your RagaAI account
Navigate to your project
Select the dataset you specified in your code
View detailed traces showing each span (operation) within your application
Last updated
Was this helpful?