Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
chore(spanner): Add changes in Spanner executor for testing end to end tracing #10450
base: main
Are you sure you want to change the base?
chore(spanner): Add changes in Spanner executor for testing end to end tracing #10450
Changes from 41 commits
665c719
c4c88c0
167a6b3
68a0647
5a91d0f
8985992
ce42792
7bc7ec5
c938f8d
aeaadb4
eb6e7ed
592a6de
e61838c
6e7ba8b
61aced3
b420890
7344e03
f01af3a
4ffd0aa
7691d4e
ae182e9
96c9798
787034d
7e77935
308066a
689fcdb
2660d43
96644a0
2b10bf6
b60ef9b
031a309
37fc4dc
352072a
f32dc98
be209c3
8f9c8a0
759decb
6defac2
22fe619
0a9d2db
a3b0e3e
52138e7
97fe4e7
27814c0
d098d1f
e844659
ec1095f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am worried about this dep since we are adding a direct dependency of OTEL SDK package to the main package. This will download SDK dep to customer.
Can you check if we can have a seperate dependency file for executor which now relies on main package dependency. I have done something similar for opentelemetry tests since it also had SDK dependency.
https://github.com/googleapis/google-cloud-go/tree/main/spanner/test/opentelemetry/test