Click or drag to resize

DynamicSegmentNamingStrategy Class

Try to match the Host field from HTTP header first, if not match then use the fallback name as segment name.
Inheritance Hierarchy
SystemObject
  Amazon.XRay.Recorder.Core.StrategiesSegmentNamingStrategy
    Amazon.XRay.Recorder.Core.StrategiesDynamicSegmentNamingStrategy

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

The DynamicSegmentNamingStrategy type exposes the following members.

Constructors
  NameDescription
Public methodDynamicSegmentNamingStrategy
Initializes a new instance of the DynamicSegmentNamingStrategy class.
Top
Properties
  NameDescription
Public propertyFallbackSegmentName
Gets or sets the name of the fallback segment.
Public propertyHostNamePattern
Gets or sets the host name pattern regex.
Top
Methods
See Also