Module: NewRelic::Agent::StatsEngine::Transactions::Shim

Defined in:
lib/new_relic/agent/stats_engine/transactions.rb

Overview

Defines methods that stub out the stats engine methods when the agent is disabled

Instance Method Summary collapse

Instance Method Details

#end_transactionObject



29
# File 'lib/new_relic/agent/stats_engine/transactions.rb', line 29

def end_transaction; end

#pop_scope(*args) ⇒ Object



32
# File 'lib/new_relic/agent/stats_engine/transactions.rb', line 32

def pop_scope(*args); end

#push_scope(*args) ⇒ Object



30
# File 'lib/new_relic/agent/stats_engine/transactions.rb', line 30

def push_scope(*args); end

#start_transaction(*args) ⇒ Object

:nodoc:



28
# File 'lib/new_relic/agent/stats_engine/transactions.rb', line 28

def start_transaction(*args); end

#transaction_sampler=(*args) ⇒ Object



31
# File 'lib/new_relic/agent/stats_engine/transactions.rb', line 31

def transaction_sampler=(*args); end