-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Bug Description
I added user agent to our alloydb Dialer, however, the user agent is not showing up on our dashboard. Through debugging it seems like it get parsed to the connector library.
Example code (or command)
opts := []alloydbconn.Option{alloydbconn.WithUserAgent(userAgent)}
d, err := alloydbconn.NewDialer(ctx, opts...)Stacktrace
Steps to reproduce?
- ?
- ?
- ?
...
Environment
- OS type and version: n/a
- Go version: 1.23.0
- AlloyDB Go Connector version: v1.13.2
Additional Details
No response
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.