0.02
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
A gem for monitoring Padrino with newrelic rpm
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.3.3
 Project Readme

padrino-rpm: Padrino instrumentation for New Relic RPM

Still in the works, but easy to install if you want to try. Add the following to your Gemfile:

gem 'padrino' # Padrino needs to be loaded first!
gem 'padrino-rpm'

Run bundle install and add a newrelic.yml to your project:

newrelic install "my-app-name"

If you are running your Padrino application on Heroku's Bamboo stack, running "newrelic install" is not necessary because Heroku adds newrelic.yml on your behalf.

Unicorn

If you are using unicorn, make sure that you read the following: http://newrelic.com/docs/troubleshooting/im-using-unicorn-and-i-dont-see-any-data

Word of warning

At the moment, this works for me. Any additions are welcome.