-
Notifications
You must be signed in to change notification settings - Fork 726
🚀 Feature: Instrument the new google genai library #2675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@dinmukhamedm for #2456 the goal is to start sending both events and attributes to align with approved otel semantic conventions while easing migration. In the long term, we might have a mechanism in the SDK to translate events -> attributes. That way, the instrumentations themselves can be aligned with semantic conventions (emitting events) while the SDK keeps the way we work today (which is better IMO 😅 ). |
I am also in need of this! |
Note that there is an instrumentation for the Google Gen AI SDK in the Open Telemetry Python Contrib repo: |
Which component is this feature for?
Google Generative AI Instrumentation
🔖 Feature description
We need a separate package, perhaps
opentelemetry-instrumentation-genai
to instrument google's newergoogle-genai
SDK.🎤 Why is this feature needed ?
As per discussion link [2] above, the library will eventually replace the older lower-level APIs.
✌️ How do you aim to achieve this?
By creating a separate instrumentation library
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: