-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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(bigquery): add trace instrumentation support for individual rpcs #6493
Conversation
This PR instruments the unary RPCs, with the exceptions of: * job-related RPCs * iterator-based RPCs (e.g. *.list operations) This also adds retries for datasets.delete.
Out of curiosity, how do you usually test those changes related to tracing ? Do you run a local app pointing to Stackdriver, use some local stack for tracing like Jaeger or other options ? |
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.
LGTM
Good point, and thanks for keeping me honest. Added a new integration test for tracing. And good news, it highlighted other issues which have been addressed. |
This PR adds further opentelemetry trace instrumentation. Specifically, it adds span information for individual rpc-level retries.
This PR also adds two new callsites where we add retry support: