Module: NewRelic::Control::Frameworks
- Defined in:
- lib/new_relic/control/frameworks.rb,
lib/new_relic/control/frameworks/roda.rb,
lib/new_relic/control/frameworks/ruby.rb,
lib/new_relic/control/frameworks/rails.rb,
lib/new_relic/control/frameworks/rails3.rb,
lib/new_relic/control/frameworks/rails4.rb,
lib/new_relic/control/frameworks/sinatra.rb,
lib/new_relic/control/frameworks/external.rb,
lib/new_relic/control/frameworks/rails_notifications.rb
Overview
Contains subclasses of NewRelic::Control that are used when starting the agent within an application. Framework-specific logic should be included here, as documented within the Control abstract parent class
Defined Under Namespace
Classes: External, Rails, Rails3, Rails4, RailsNotifications, Roda, Ruby, Sinatra