Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SpanSnapshot

Definition of a span snapshot object.

Properties

Optional children

children: Array<SpanSnapshot>

An array of child span snapshots.

key

key: string

Unique identifier (spanId) for the trace span.

Optional spanName

spanName: undefined | string

Span name associated with the trace.

Optional spanSnapshotDetails

spanSnapshotDetails: Array<SnapshotDetail>

Span snapshots properties.

Optional threadSnapshots

threadSnapshots: Array<ThreadSnapshot>

Thread snapshots.

timeEnded

timeEnded: Date

End time of the span.

timeStarted

timeStarted: Date

Start time of the span.

Functions

getDeserializedJsonObj

getJsonObj