open-telemetry / opentelemetry-python-contrib

OpenTelemetry instrumentation for Python modules
https://opentelemetry.io
Apache License 2.0
739 stars 612 forks source link

Contribute VertexAI instrumentation #3041

Open aabmass opened 4 hours ago

aabmass commented 4 hours ago

What problem do you want to solve?

Instrument apps using VertexAI to get the latest GenAI semantic conventions out.

Describe the solution you'd like

Contribute the VertexAI instrumentation from openllmetry into OTel. Also need to update it to use the latest semantic conventions, which involves emitting log events instead of span attributes.

Describe alternatives you've considered

No response

Additional Context

No response

Would you like to implement a fix?

Yes