Method: OneApm::Collector::ForkedProcessService#session

Defined in:
lib/one_apm/collector/support/forked_process_service.rb

#sessionObject

Invokes the block it is passed. This is used to implement HTTP keep-alive in the CollectorService, and is a required interface for any Service class.



60
61
62
# File 'lib/one_apm/collector/support/forked_process_service.rb', line 60

def session
  yield
end