class XRay::DummySegment

A dummy segment is created when “xray_recorder“ decides to not sample the segment based on sampling decisions. Adding data to a dummy segment becomes a no-op except for subsegments. This is to reduce the memory footprint of the SDK. A dummy segment will not be sent to the X-Ray daemon by the default emitter. Manually create dummy segments is not recommended.