feat(bigtable): add client side metric instrumentation to basic rpcs by daniel-sanche · Pull Request #16712 · googleapis/google-cloud-python · GitHub
Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def _retry_exception_factory(
tuple[Exception, Exception|None]:
tuple of the exception to raise, and a cause exception if applicable
"""
exc_list = exc_list.copy()
Comment thread
mutianf marked this conversation as resolved.
if reason == RetryFailureReason.TIMEOUT:
timeout_val_str = f"of {timeout_val:0.1f}s " if timeout_val is not None else ""
# if failed due to timeout, raise deadline exceeded as primary exception
Expand Down
Loading
Loading