references property

List<Reference>? references

A Span may reference zero or more Spans that are causally related. OpenTracing presently defines two types of references: ChildOf and FollowsFrom. Both reference types specifically model direct causal relationships between a child Span and a parent Span.

Implementation

List<Reference>? get references;