Click or drag to resize

Amazon.XRay.Recorder.Core.Strategies Namespace

 
Classes
  ClassDescription
Public classDefaultExceptionSerializationStrategy
Defines default startegy for recording exception. By default AmazonServiceException class exeptions are marked as remote.
Public classDefaultStreamingStrategy
The default streaming strategy. It uses the total count of a segment's children subsegments as a threshold. If the threshold is breached, it uses subtree streaming to stream out.
Public classDynamicSegmentNamingStrategy
Try to match the Host field from HTTP header first, if not match then use the fallback name as segment name.
Public classFixedSegmentNamingStrategy
Use a fixed name as segment name.
Public classSegmentNamingStrategy
Strategy to name a segment
Interfaces
  InterfaceDescription
Public interfaceExceptionSerializationStrategy
Interface used to implement custom exception serialization strategy and record Exception on Cause instance.
Public interfaceIStreamingStrategy
Interface of streaming strategy which is used to determine when and how the subsegments will be streamed.
Enumerations
  EnumerationDescription
Public enumerationContextMissingStrategy
Represent all modes of ContextMissingStrategy.