Skip to content

Commit e1d6430

Browse files
committed
address copilot comment
1 parent 3459cb4 commit e1d6430

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

client/src/main/java/com/microsoft/durabletask/TracingHelper.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -546,9 +546,10 @@ static void endEntityProcessingSpan(@Nullable Span span, @Nullable String errorM
546546

547547
/**
548548
* Emits the retroactive {@link SpanKind#CLIENT} span for a call to an entity, covering the
549-
* request-to-response interval and sharing {@code syntheticSpanId} with the SERVER processing
550-
* span. The status is left unset for normal completion or entity-processing failure (matching
551-
* .NET); {@code errorDescription} is set only for timeout/cancellation closure boundaries.
549+
* request-to-response interval. The CLIENT span's ID is set to {@code syntheticSpanId}, which
550+
* the SERVER processing span uses as its parent span ID. The status is left unset for normal
551+
* completion or entity-processing failure (matching .NET); {@code errorDescription} is set only
552+
* for timeout/cancellation closure boundaries.
552553
* Does nothing when the parent context is absent or invalid.
553554
*/
554555
static void emitEntityCallClientSpan(

0 commit comments

Comments
 (0)