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(spanner): Add x-goog-spanner-end-to-end-tracing header for requests to SpanFE #10241

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

Conversation

nareshz
Copy link

@nareshz nareshz commented May 21, 2024

To enable end to end tracing on Spanner layer, client needs to opt-in by setting the EnableEndToEndTracing flag in ClientConfig. If enabled a new http header x-goog-spanner-end-to-end-tracing will be passed in SpanFE requests.

Design doc: go/cs-tracing-mvp

@nareshz nareshz requested review from a team as code owners May 21, 2024 08:00
@nareshz nareshz changed the title Add x-goog-spanner-end-to-end-tracing header for requests to SpanFE feat(spanner): Add x-goog-spanner-end-to-end-tracing header for requests to SpanFE May 21, 2024
spanner/client.go Outdated Show resolved Hide resolved
spanner/client.go Outdated Show resolved Hide resolved
@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label May 22, 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 Spanner API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants