Skip to content

User Agent not showing #661

@Yuan325

Description

@Yuan325

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?

  1. ?
  2. ?
  3. ?
    ...

Environment

  1. OS type and version: n/a
  2. Go version: 1.23.0
  3. 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.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions