spanContext property

SpanContext get spanContext

The context associated with this span.

This context is an immutable, serializable identifier for this span that can be used to create new child spans and remains usable even after this span ends.

Implementation

api.SpanContext get spanContext;