Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SpanOptions

Package version

An interface that enables manual propagation of Spans

Hierarchy

  • SpanOptions

Index

Properties

Optional attributes

attributes: SpanAttributes

Attributes to set on the Span

Optional kind

kind: SpanKind

The type of Span. Default to SpanKind.INTERNAL

Optional links

links: Link[]

Links span to other spans

Optional startTime

startTime: TimeInput

A manually specified start time for the created Span object.

Generated using TypeDoc