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(x-goog-spanner-request-id): implement Request-ID #1264

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

odeke-em
Copy link
Contributor

Implements x-goog-spanner-request-id propagation for end-to-end debugging.

Fixes #1261

@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Dec 11, 2024
Copy link

conventional-commit-lint-gcf bot commented Dec 11, 2024

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/python-spanner API. label Dec 11, 2024
@odeke-em odeke-em force-pushed the x-goog-spanner-request-id branch from 2451afe to 4f1da67 Compare December 12, 2024 08:13
@odeke-em odeke-em changed the title feat(x-goog-spanner-request-id): implement Requst-ID feat(x-goog-spanner-request-id): implement Request-ID Dec 12, 2024
@odeke-em odeke-em force-pushed the x-goog-spanner-request-id branch from b021c9e to 47da5e4 Compare December 14, 2024 13: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 14, 2024
@odeke-em odeke-em force-pushed the x-goog-spanner-request-id branch from 8616572 to caa60c2 Compare December 16, 2024 12:23
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/python-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