module XRay::SegmentNaming
The interface that provides the segment name based on host name, pattern and the fallback name.
Attributes
fallback[RW]
pattern[RW]
Public Instance Methods
provide_name(host:)
click to toggle source
# File lib/aws-xray-sdk/segment_naming/segment_naming.rb, line 6 def provide_name(host:) raise 'Not implemented' end