Click or drag to resize

AWSXRayRecorder Class

A collection of methods used to record tracing information for AWS X-Ray.
Inheritance Hierarchy

Namespace:  Amazon.XRay.Recorder.Core
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public class AWSXRayRecorder : AWSXRayRecorderImpl

The AWSXRayRecorder type exposes the following members.

Constructors
  NameDescription
Public methodAWSXRayRecorder
Initializes a new instance of the AWSXRayRecorder class with default configuration.
Protected methodAWSXRayRecorder(ISegmentEmitter)
Initializes a new instance of the AWSXRayRecorder class with given instance of ISegmentEmitter.
Top
Properties
  NameDescription
Public propertyStatic memberInstance
Gets the singleton instance of AWSXRayRecorder with default configuration. The default configuration uses DefaultSamplingStrategy and read all configuration value from AppSettings.
Top
Methods
Fields
  NameDescription
Public fieldStatic memberIsCustomRecorder
Top
See Also