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

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#end_transactionObject



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

def end_transaction; end

#pop_scope(*args) ⇒ Object



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

def pop_scope(*args); end

#push_scope(*args) ⇒ Object



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

def push_scope(*args); end

#scope_nameObject



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

def scope_name; end

#scope_name=(*args) ⇒ Object



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

def scope_name=(*args); end

#start_transaction(*args) ⇒ Object



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

def start_transaction(*args); end

#transaction_sampler=(*args) ⇒ Object



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

def transaction_sampler=(*args); end