Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SpanContext.IsRemote is false on remote children (open-telemetry#538)
* SpanContext.IsRemote is false on remote children The IsRemote flag should be false on children of remote spans, as the span itself was created locally. * Update specification/api-tracing.md Otherwise one could interpret this as "The child span's IsRemote flag must always be false if the parent used to be remote, even after the child was propagated.". Co-Authored-By: Armin Ruech <armin.ruech@gmail.com> Co-authored-by: Armin Ruech <armin.ruech@gmail.com>
- Loading branch information