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
16 |
# File 'lib/new_relic/agent/sql_sampler.rb', line 16 def notice_first_scope_push(*args); end |
#notice_scope_empty(*args) ⇒ Object
:nodoc:
15 |
# File 'lib/new_relic/agent/sql_sampler.rb', line 15 def notice_scope_empty(*args); end |
#notice_transaction(*args) ⇒ Object
17 |
# File 'lib/new_relic/agent/sql_sampler.rb', line 17 def notice_transaction(*args); end |