googleapis / gapic-generator-go

Generate Go API client libraries from Protocol Buffers.
Apache License 2.0
252 stars 48 forks source link

feat: add logging to gapics #1572

Open codyoss opened 1 month ago

codyoss commented 1 month ago

As a follow up to this PR we will need to add a little logging support in the gax REST streaming helper. For now we should add this with minimal changes but in the future we may want to feed that helper more information to have richer logs. This is a very small amount of RPCs that use this code path today.

codyoss commented 1 month ago

Requires https://github.com/googleapis/gax-go/pull/372 and rollout to all clients and showcase.