Module: NewRelic::Agent::StatsEngine::Transactions::Shim
- Defined in:
- lib/new_relic/agent/stats_engine/transactions.rb
Overview
:nodoc:
Instance Method Summary collapse
- #end_transaction ⇒ Object
- #pop_scope(*args) ⇒ Object
- #push_scope(*args) ⇒ Object
- #scope_name ⇒ Object
- #scope_name=(*args) ⇒ Object
- #start_transaction(*args) ⇒ Object
- #transaction_sampler=(*args) ⇒ Object
Instance Method Details
#end_transaction ⇒ Object
20 |
# File 'lib/new_relic/agent/stats_engine/transactions.rb', line 20 def end_transaction; end |
#pop_scope(*args) ⇒ Object
25 |
# File 'lib/new_relic/agent/stats_engine/transactions.rb', line 25 def pop_scope(*args); end |
#push_scope(*args) ⇒ Object
21 |
# File 'lib/new_relic/agent/stats_engine/transactions.rb', line 21 def push_scope(*args); end |
#scope_name ⇒ Object
24 |
# File 'lib/new_relic/agent/stats_engine/transactions.rb', line 24 def scope_name; end |
#scope_name=(*args) ⇒ Object
23 |
# File 'lib/new_relic/agent/stats_engine/transactions.rb', line 23 def scope_name=(*args); end |
#start_transaction(*args) ⇒ Object
19 |
# File 'lib/new_relic/agent/stats_engine/transactions.rb', line 19 def start_transaction(*args); end |
#transaction_sampler=(*args) ⇒ Object
22 |
# File 'lib/new_relic/agent/stats_engine/transactions.rb', line 22 def transaction_sampler=(*args); end |