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
Add
gem 'netuitive_rails_agent'to your Gemfile.Run
bundle install.Restart your rails app.