Module Sequel::Plugins::NewrelicInstrumentation::MethodWrapping
In: lib/sequel/plugins/newrelic_instrumentation.rb

Meta-programming for creating method tracers for the Sequel::Model plugin.

Methods

Public Instance methods

Install a method named method_name that will trace execution with a metric name derived from operation_name (or method_name if operation_name isn‘t specified).

[Validate]