Repository is archived
No commit activity in last 3 years
No release in over 3 years
New Relic (on Heroku) currently reports queue times as queuing at the router level. The goal of this gem is to provide new relic with the proper queueing time for requests, which takes into account queue time at the dyno level.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 3.2.12
>= 0
 Project Readme

DEPRECATED

Please use the latest version of the New Relic Ruby Agent

heroku-true-relic

Show accurate heroku queue time numbers in new relic

Disclaimer

This is still a work in progress - please let me know if you're having trouble getting this working!

Usage

Rails 3

gem 'heroku-true-relic'

Rails 2

gem 'heroku-true-relic', :require => 'heroku-true-relic/rails2'

Rack apps (not tested, but should work fine)

require 'heroku-true-relic'

...

use HerokuTrueRelic::QueueTimeLogger

Running the specs

  • Install rvm
  • Git clone this repository
  • cd into the directory (make sure the .rmvrc file is read properly
  • rake all:bundle
  • rake all:spec