Skip to content
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

storage: determine gRPC endpoint without requiring workaround #10788

Closed
frankyn opened this issue Aug 28, 2024 · 1 comment
Closed

storage: determine gRPC endpoint without requiring workaround #10788

frankyn opened this issue Aug 28, 2024 · 1 comment
Assignees
Labels
api: storage Issues related to the Cloud Storage API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: cleanup An internal cleanup or hygiene concern.

Comments

@frankyn
Copy link
Member

frankyn commented Aug 28, 2024

Client

Storage

Expected behavior

Determine the endpoint that will ultimately be used by GAPIC client without initializing first.

Actual behavior

There's currently no option to determine endpoint used by the GAPIC client without first create a grpc.ConnPool which can't be created with metrics enabled until we have the endpoint.

Additional context

First raised in #10639

@frankyn frankyn added api: storage Issues related to the Cloud Storage API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: cleanup An internal cleanup or hygiene concern. labels Aug 28, 2024
@frankyn frankyn self-assigned this Aug 28, 2024
@frankyn
Copy link
Member Author

frankyn commented Aug 29, 2024

Obsolete.

@frankyn frankyn closed this as completed Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

No branches or pull requests

1 participant