We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e540552 commit bc8adbfCopy full SHA for bc8adbf
google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerImpl.java
@@ -1426,7 +1426,7 @@ void commit() {
1426
mutations = null;
1427
}
1428
final CommitRequest commitRequest = builder.build();
1429
- Span opSpan = tracer.spanBuilder(COMMIT).startSpan();
+ Span opSpan = tracer.spanBuilderWithExplicitParent(COMMIT, span).startSpan();
1430
try (Scope s = tracer.withSpan(opSpan)) {
1431
CommitResponse commitResponse =
1432
runWithRetries(
0 commit comments