Sha256: 5fbd7db2b6ec32fe77929118a90608949f69fccf273efc9014844d8df36b92e3

Contents?: true

Size: 826 Bytes

Versions: 39

Compression:

Stored size: 826 Bytes

Contents

# encoding: utf-8
# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details.
require 'new_relic/agent/instrumentation/action_controller_subscriber'


DependencyDetection.defer do
  @name = :rails4_controller

  depends_on do
    defined?(::Rails) && ::Rails::VERSION::MAJOR.to_i == 4
  end

  depends_on do
    defined?(ActionController) && defined?(ActionController::Base)
  end

  executes do
    ::NewRelic::Agent.logger.info 'Installing Rails 4 Controller instrumentation'
  end

  executes do
    class ActionController::Base
      include NewRelic::Agent::Instrumentation::ControllerInstrumentation
    end
    NewRelic::Agent::Instrumentation::ActionControllerSubscriber \
      .subscribe(/^process_action.action_controller$/)
  end
end

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
newrelic_rpm-4.4.0.336 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-4.3.0.335 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-4.2.0.334 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-4.1.0.333 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-4.0.0.332 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-3.18.1.330 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-3.18.0.329 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-3.17.2.327 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-3.17.1.326 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-3.17.0.325 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-3.16.3.323 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-3.16.2.321 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-3.16.1.320 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-3.16.0.318 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.15.2.317/lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-3.15.2.317 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-3.15.1.316 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-3.15.0.314 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-3.14.3.313 lib/new_relic/agent/instrumentation/rails4/action_controller.rb
newrelic_rpm-3.14.2.312 lib/new_relic/agent/instrumentation/rails4/action_controller.rb