Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SpanOptions

Package version

An interface that enables manual propagation of Spans

Hierarchy

  • SpanOptions

Index

Properties

Properties

Optional attributes

attributes: undefined | {}

Attributes to set on the Span

Optional parent

parent: SpanContext | null

The SpanContext that refers to a parent span, if any. A null value indicates that this should be a new root span, rather than potentially detecting a span via a context manager.

Generated using TypeDoc