-
Notifications
You must be signed in to change notification settings - Fork 135
Description
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Is your feature request related to a problem? Please describe.
The previous SDK that Google provided for GenAI had built-in OpenTelemetry support. When we migrated to this SDK, that OpenTelemetry support disappeared. It would be great if this SDK had built-in OpenTelemetry support as well.
Describe the solution you'd like
I'd like the SDK to have built-in OpenTelemetry support, where it would automatically pick up on the OpenTelemetry setup in the project and push traces, logs, and metrics to the collector that has been configured for the project.
Describe alternatives you've considered
The alternatives are to add instrumentation manually which is time consuming and doesn't have everything I need, including errors from the Gemini API and details on why specific errors were receieved.