次の方法で共有


SpanDetails Class

Definition

Groups span configuration for scope construction.

public sealed class SpanDetails
type SpanDetails = class
Public NotInheritable Class SpanDetails
Inheritance
SpanDetails

Constructors

Name Description
SpanDetails(Nullable<ActivityKind>, Nullable<ActivityContext>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, ActivityLink[])

Initializes a new instance of the SpanDetails class.

Properties

Name Description
EndTime

Gets the optional explicit end time.

ParentContext

Gets the optional OpenTelemetry parent context used to link this span to an upstream operation.

SpanKind

Gets the optional span kind override.

SpanLinks

Gets the optional span links to associate with this span.

StartTime

Gets the optional explicit start time.

Applies to