Click or drag to resize

Amazon.XRay.Recorder.Core.Internal.Entities Namespace

 
Classes
  ClassDescription
Public classEntity
Represents the common part for both Segment and Subsegment.
Public classSegment
A trace segment tracks a period of time associated with a computation or action, along with annotations and key / value data. A set of trace segments all of which share the same tracing ID form a trace.
Public classSubsegment
A trace subsegment tracks unit of computation within a trace segment (e.g. a method or function) or a downstream call.
Public classTraceHeader
Represent the embedded trace header in HTTP request/response header
Public classTraceId
Provides utilities to manipulate trace id.