Module NewRelic::Agent::Instrumentation::Rack
In: lib/new_relic/agent/instrumentation/rack.rb

Instrumentation for Rack

Since version 3.9.0, New Relic instruments Rack middlewares by default. As a result, this entire module has been deprecated.

@api public @deprecated

Methods

Included Modules

ControllerInstrumentation

External Aliases

call -> call_without_newrelic

Public Instance methods

call(*args)

Alias for call_with_newrelic

call(*args)

Alias for call_with_newrelic

call_without_newrelic(*args)

Alias for call

[Validate]