Method: OneApm::Collector::Commands::XraySession#run_profiler?

Defined in:
lib/one_apm/collector/commands/xray_session.rb

#run_profiler?Boolean

Returns:

  • (Boolean)


30
31
32
# File 'lib/one_apm/collector/commands/xray_session.rb', line 30

def run_profiler?
  @run_profiler && OneApm::Manager.config[:'xray_session.allow_profiles']
end