module OneApm::Support::ForkedProcessChannel

Public Instance Methods

channels() click to toggle source
# File lib/one_apm/support/forked_process_channel.rb, line 14
def channels
  listener.pipes
end
listener() click to toggle source
# File lib/one_apm/support/forked_process_channel.rb, line 18
def listener
  @listener ||= Listener.new
end
register_report_channel(id) click to toggle source
# File lib/one_apm/support/forked_process_channel.rb, line 10
def register_report_channel(id)
  listener.register_pipe(id)
end