Module: OneApm::Collector::TransactionSampler::Shim

Defined in:
lib/one_apm/collector/containers/transaction_sampler.rb

Overview

Module defining methods stubbed out when the agent is disabled

Instance Method Summary collapse

Instance Method Details

#notice_pop_frame(*args) ⇒ Object



28
# File 'lib/one_apm/collector/containers/transaction_sampler.rb', line 28

def notice_pop_frame(*args); end

#notice_push_frame(*args) ⇒ Object



27
# File 'lib/one_apm/collector/containers/transaction_sampler.rb', line 27

def notice_push_frame(*args); end

#on_finishing_transaction(*args) ⇒ Object



29
# File 'lib/one_apm/collector/containers/transaction_sampler.rb', line 29

def on_finishing_transaction(*args); end

#on_start_transaction(*args) ⇒ Object



26
# File 'lib/one_apm/collector/containers/transaction_sampler.rb', line 26

def on_start_transaction(*args); end