Module: LiebreNewRelic::Instrumentation::Publisher
- Defined in:
- lib/liebre_newrelic/instrumentation/publisher.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
7 8 9 10 11 12 13 14 15 16 |
# File 'lib/liebre_newrelic/instrumentation/publisher.rb', line 7 def self.included(base) base.class_eval do include ::NewRelic::Agent::MethodTracer add_method_tracer :enqueue add_method_tracer :enqueue_and_wait end end |