module NewRelic::F5Plugin

Constants

VERSION

Public Class Methods

run() click to toggle source

Register and run the agent

# File lib/newrelic_f5_plugin/agent.rb, line 10
def self.run
  # Register this agent.
  NewRelic::Plugin::Setup.install_agent :f5, self

  # Launch the agent; this never returns.
  NewRelic::Plugin::Run.setup_and_run
end