Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ParentSpanOptions

Package version

The set of options to manually propagate Span context for distributed tracing.

  • parentSpan : The Span or SpanContext for the operation to use as a parent when creating its own span.

Hierarchy

Index

Properties

Properties

Optional parentSpan

parentSpan: Span | SpanContext

The Span or SpanContext to use as the parent of any spans created while calling operations that make a request to the service.

Generated using TypeDoc