Skip to content

Commit

Permalink
SpanContext.IsRemote is false on remote children
Browse files Browse the repository at this point in the history
The IsRemote flag should be false on children of remote spans,
as the span itself waas created locally.
  • Loading branch information
toumorokoshi committed Mar 31, 2020
1 parent 16e0801 commit e20ce29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/api-tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ the same trace.
TraceID and a non-zero SpanID.

`IsRemote` is a boolean flag which returns true if the SpanContext was propagated
from a remote parent.
from a remote parent. A child of a remote span should have IsRemote set to false.

Please review the W3C specification for details on the [Tracestate
field](https://www.w3.org/TR/trace-context/#tracestate-field).
Expand Down

0 comments on commit e20ce29

Please sign in to comment.