Netuitive Rails Agent

The Netuitive Rails Agent creates default rails metrics to be sent to NetuitiveD using the netuitive_ruby_api gem. The Netuitive Rails Agent is meant to work in conjunction with the netuitive_ruby_api gem and NetuitiveD to help Netuitive monitor your Ruby applications.

For more information on the Netuitive Rails Agent, see our Ruby agent help docs, or contact Netuitive support at [email protected].

Requirements

NetuitiveD must be installed and running.

Installing the Netuitive Rails Agent

  1. Add gem 'netuitive_rails_agent' to your Gemfile.

  2. Run bundle install.

  3. Restart your rails app.