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: add connection property for enableEndToEndTracing #307

Merged
merged 3 commits into from
Oct 21, 2024

Conversation

ankiaga
Copy link
Contributor

@ankiaga ankiaga commented Oct 17, 2024

By default, EndToEndTracing is disabled from backend.

This PR adds enableEndToEndTracing Boolean connection option for implementing opt-in feature for EndToEndTracing.
Example URL: cloudspanner:/projects/test-project-123/instances/test-instance-123/databases/test-database-123?enableEndToEndTracing=true

Note: You can also pass in enableEndToEndTracing=false, but that is the default behaviour (even if you do not pass in this option).

@ankiaga ankiaga requested a review from a team as a code owner October 17, 2024 04:26
driver.go Outdated Show resolved Hide resolved
@olavloite olavloite changed the title feat: Enabling endToEndTracing support feat: add connection property for enableEndToEndTracing Oct 18, 2024
Co-authored-by: Knut Olav Løite <[email protected]>
@olavloite olavloite merged commit c39f57f into googleapis:main Oct 21, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants