Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 7299efa

Browse files
committed
Remove config and algorithm from retry span
1 parent 4caa447 commit 7299efa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQueryRetryHelper.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ public static <V> V runWithRetries(
5353
openTelemetryTracer
5454
.spanBuilder("com.google.cloud.bigquery.BigQueryRetryHelper.runWithRetries")
5555
.setAttribute("bq.retry.retry_settings", retrySettings.toString())
56-
.setAttribute("bq.retry.result_retry_algorithm", resultRetryAlgorithm.toString())
57-
.setAttribute("bq.retry.bigquery_retry_config", bigQueryRetryConfig.toString())
5856
.startSpan();
5957
}
6058
try (Scope runWithRetriesScope = runWithRetries != null ? runWithRetries.makeCurrent() : null) {

0 commit comments

Comments
 (0)