Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace TraceSnapshot

Definition of a trace snapshot object.

Properties

key

key: string

Unique identifier (traceId) for the trace that represents the span set. Note that this field is defined as traceKey in the API and it maps to the traceId in the trace data in Application Performance Monitoring.

spanSnapshots

spanSnapshots: Array<SpanSnapshot>

List of spans.

Optional timeEnded

timeEnded: Date

End time of the trace.

Optional timeStarted

timeStarted: Date

Start time of the trace.

Optional traceSnapshotDetails

traceSnapshotDetails: Array<SnapshotDetail>

Trace snapshots properties.

Functions

getDeserializedJsonObj

getJsonObj