Skip to content

Python Telemetry v3.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 08:07
15f0b7d

Added

  • Google ADK (Agent Development Kit) auto-instrumentation — new "google_adk" instrumentation key wires openinference-instrumentation-google-adk (Arize OpenInference) into the SDK. Spans cover agent runs, model generations, and tool calls. Pass instrumentations={"google_adk": google.adk} to Latitude(...) and install the google-adk package in your project.

Changed

  • Bumped openinference-semantic-conventions 0.1.250.1.30 (required by the Google ADK instrumentor), which transitively bumps the shared openinference-instrumentation 0.1.430.1.53 used by the dspy, litellm, and openai-agents instrumentations.