Skip to content

opentelemetry-instrumentation-vertexai 2.1b0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Oct 15:26
6f45f83
  • Update instrumentation to use the latest semantic convention changes made in open-telemetry/semantic-conventions#2179. Now only a single event and span (gen_ai.client.inference.operation.details) are used to capture prompt and response content. These changes are opt-in, users will need to set the environment variable OTEL_SEMCONV_STABILITY_OPT_IN to gen_ai_latest_experimental to see them (#3799) and (#3709). Update instrumentation to call upload hook.
  • Implement uninstrument for opentelemetry-instrumentation-vertexai (#3328)
  • VertexAI support for async calling (#3386) - Migrate off the deprecated events API to use the logs API (#3625) - Update gen_ai_latest_experimental instrumentation to record files being passed to the model (#3840).