Skip to content

artemeff/newrelic-hanami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewRelic Hanami


Travis Code Climate


This gem ingrates in hanami-controller and can be used in full-featured hanami framework and with controller only.

gem 'newrelic-hanami'

Add it to your config.ru:

require 'newrelic_rpm'
require 'newrelic-hanami'

NewRelic::Agent.manual_start

It should look like:

require './config/environment'
require 'newrelic_rpm'
require 'newrelic-hanami'

NewRelic::Agent.manual_start

run Hanami::Container.new

Then add newrelic.yml to config folder.


Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Gem for connecting NewRelic and Hanami

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages