Module: NewRelic::Agent::SqlSampler::Shim
- Defined in:
- lib/new_relic/agent/sql_sampler.rb
Overview
Module defining methods stubbed out when the agent is disabled
Instance Method Summary collapse
- #notice_first_scope_push(*args) ⇒ Object
-
#notice_scope_empty(*args) ⇒ Object
:nodoc:.
- #notice_transaction(*args) ⇒ Object
Instance Method Details
#notice_first_scope_push(*args) ⇒ Object
11 |
# File 'lib/new_relic/agent/sql_sampler.rb', line 11 def notice_first_scope_push(*args); end |
#notice_scope_empty(*args) ⇒ Object
:nodoc:
10 |
# File 'lib/new_relic/agent/sql_sampler.rb', line 10 def notice_scope_empty(*args); end |
#notice_transaction(*args) ⇒ Object
12 |
# File 'lib/new_relic/agent/sql_sampler.rb', line 12 def notice_transaction(*args); end |