class XRay::DummySubsegment

A dummy subsegment will be created when “xray_recorder“ tries to create a subsegment under a not sampled segment. Adding data to a dummy subsegment becomes no-op except for child subsegments. Dummy subsegment will not be sent to the X-Ray daemon by the default emitter. Manually create dummy subsegments is not recommended.

Public Instance Methods

sql=(v) click to toggle source
# File lib/aws-xray-sdk/model/dummy_entities.rb, line 72
def sql=(v)
  # no-op
end