module XRay::Emitter
The emitter interface the X-Ray recorder uses to send segments/subsegments to the X-Ray daemon over UDP.
Public Instance Methods
daemon_config=(v)
click to toggle source
# File lib/aws-xray-sdk/emitter/emitter.rb, line 18 def daemon_config=(v) raise 'Not implemented' end
send_entity(entity:)
click to toggle source
@param [Entity] entity Entity
to send.
# File lib/aws-xray-sdk/emitter/emitter.rb, line 14 def send_entity(entity:) raise 'Not implemented' end