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

feat(debugging): implement x-goog-spanner-request-id propagation per request #2205

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

odeke-em
Copy link
Contributor

Implements propagation of the x-goog-spanner-request-id that'll be propagated for every call. Once an error has been encountered, that error will have .requestId set.

Fixes #2200

@odeke-em odeke-em requested review from a team as code owners December 21, 2024 14:07
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: spanner Issues related to the googleapis/nodejs-spanner API. labels Dec 21, 2024
@odeke-em odeke-em force-pushed the x-goog-spanner-request-id branch 3 times, most recently from 1f5c031 to 85f6d7a Compare December 21, 2024 16:13
@product-auto-label product-auto-label bot added size: l Pull request size is large. and removed size: m Pull request size is medium. labels Dec 21, 2024
@odeke-em odeke-em force-pushed the x-goog-spanner-request-id branch 2 times, most recently from 323edc3 to fc4a2de Compare December 22, 2024 12:40
@odeke-em odeke-em force-pushed the x-goog-spanner-request-id branch 2 times, most recently from 210bbc1 to b6e7308 Compare December 24, 2024 19:05
@product-auto-label product-auto-label bot added size: xl Pull request size is extra large. and removed size: l Pull request size is large. labels Dec 24, 2024
@odeke-em odeke-em force-pushed the x-goog-spanner-request-id branch from b6e7308 to c27ba41 Compare December 24, 2024 19:07
@odeke-em odeke-em force-pushed the x-goog-spanner-request-id branch from c27ba41 to 12efa68 Compare December 24, 2024 19:08
@product-auto-label product-auto-label bot added size: l Pull request size is large. and removed size: xl Pull request size is extra large. labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/nodejs-spanner API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement propagation of x-goog-spanner-request-id gRPC header on every call
1 participant