Skip to content

brianr/heroku-true-relic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Accurate queue time numbers in new relic on heroku

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 98.0%
  • JavaScript 2.0%