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



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

def end_transaction; end

#pop_scope(*args) ⇒ Object



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

def pop_scope(*args); end

#push_scope(*args) ⇒ Object



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

def push_scope(*args); end

#scope_nameObject



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

def scope_name; end

#scope_name=(*args) ⇒ Object



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

def scope_name=(*args); end

#start_transaction(*args) ⇒ Object

:nodoc:



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

def start_transaction(*args); end

#transaction_sampler=(*args) ⇒ Object



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

def transaction_sampler=(*args); end