XRay


Span

Namespace: XRay

A span.

Record Fields

Record FieldDescription
Duration
Signature: TimeSpan option

The duration of the span.

Id
Signature: string

Unique id for this span.

Name
Signature: string

The name of the span.

ParentId
Signature: string option

Id of the parent span, if any.

Started
Signature: DateTimeOffset

The start time of the span.

Tags
Signature: TraceTags

Tags (such as the duration, if the span has completed, parent span, and other user-defined tags).

TraceId
Signature: string

The trace which the span is a part of.

Fork me on GitHub