Skip to main content

Overview

This guide shows you how to integrate Latitude Telemetry into an application that uses Azure OpenAI. Azure OpenAI uses the same openai SDK under the hood, so the "openai" instrumentation handles it automatically.
You’ll keep calling Azure OpenAI exactly as you do today. Telemetry simply observes and enriches those calls.

Requirements

  • A Latitude account and API key
  • A Latitude project slug
  • A project that uses the Azure OpenAI SDK (via the openai package)

Steps

1

Install

2

Initialize and use

Azure OpenAI uses the "openai" instrumentation: the same one used for standard OpenAI.

Streaming

When streaming, consume the stream inside capture() so the span covers the full operation:

Seeing Your Traces

Once connected, traces appear automatically in Latitude:
  1. Open your project in the Latitude dashboard
  2. Each execution shows input/output messages, model, token usage, latency, and errors