OptionalattributesA span's attributes
OptionalkindThe SpanKind of a span of this span, this is used to specify the relationship between the span and its parent span.
eOTelSpanKind for possible values.
OptionalrecordingSpecify whether the span should be a recording span, default is true
OptionalrootThe new span should be a root span. (Ignore parent from context).
OptionalstartA manually specified start time for the created Span object.
Provides an OpenTelemetry like Interface for the Open Telemetry Api (1.9.0) SpanOptions type. Where SpanOptions are options that can be used to configure a span.