sameProcessAsParentSpan property

bool? sameProcessAsParentSpan
getter/setter pair

Set this parameter to indicate whether this span is in the same process as its parent.

If you do not set this parameter, Trace is unable to take advantage of this helpful information.

Optional.

Implementation

core.bool? sameProcessAsParentSpan;