-
Notifications
You must be signed in to change notification settings - Fork 920
🚀 Feature: VertexAI Instrumentation #249
Copy link
Copy link
Closed
Labels
Description
Which component is this feature for?
All Packages
🔖 Feature description
Instrument calls to Google's Vertex AI, including adding attributes for input parameters, model, etc. - similarly to our Anthropic instrumentation. The instrumentation should support all types of calls - streaming, non streaming, async, etc.
This should specifically work with Google's new Gemini model.
🎤 Why is this feature needed ?
Completeness of OpenLLMetry
✌️ How do you aim to achieve this?
Similar to other instrumentations we have in this repo.
🔄️ Additional Information
- Make sure to initialize this in Traceloop SDK.
- Add proper tests.
👀 Have you spent some time to check if this feature request has been raised before?
- I checked and didn't find similar issue
Are you willing to submit PR?
None
Reactions are currently unavailable