Creates an instance of OTelWrapperSpan.
OpenTelemetry Span to wrap.
The name of the span.
Readonly_otelReadonlynameThe name of the span, describing the operation being traced.
Adds an event to the span.
The event key.
OptionalstartTime: TimeInputOptional timestamp for the event.
Ends the span.
OptionalendTime: TimeInputOptional timestamp for when the span ended.
Sets an attribute on the span.
The attribute key.
The attribute value.
Sets the status of the span.
The SpanStatus to set.
Wrapper class for OpenTelemetry Span that implements RequestSpan interface.