module NewRelicRabbitMQPlugin

Constants

VERSION

Public Class Methods

run() click to toggle source
# File lib/newrelic_rabbitmq_agent.rb, line 75
def self.run
  NewRelic::Plugin::Config.config.agents.keys.each do |agent|
    NewRelic::Plugin::Setup.install_agent agent, self
  end

  NewRelic::Plugin::Run.setup_and_run
end