telemetry Package

Classes

VoiceLiveInstrumentor

Manages OpenTelemetry trace instrumentation for VoiceLive.

This class enables or disables tracing for the VoiceLive SDK. Instrumentation is opt-in and controlled via the AZURE_EXPERIMENTAL_ENABLE_GENAI_TRACING environment variable, which must be set to "true" for .instrument() to take effect.

Example usage:


   from azure.ai.voicelive.telemetry import VoiceLiveInstrumentor

   VoiceLiveInstrumentor().instrument()