New Relic in a Rack app

2011-06-17 Thread David Hall
I have read and followed the steps outlined for Rack apps in
http://devcenter.heroku.com/articles/newrelic#using_new_relic_from_a_rack_appand
still get the message
Not a Rails app, can't install New Relic plugin. after deploy to Heroku.

I added the

configure :production do
  require 'newrelic_rpm'end

part to config.ru

=== imgpxy
Web URL:http://imgpxy.heroku.com/
Git Repo:   g...@heroku.com:imgpxy.git
Dynos:  5
Workers:0
Repo size:  2M
Slug size:  724k
Stack:  bamboo-mri-1.9.2
Dyno usage: Web - 437.03 dyno-hours
Data size:  (empty)
Addons: Basic Logging, Memcache 5MBs, New Relic Standard, Shared
Database 5MB


-- 
David Hall, M. Sc., da...@dpg.se
+46 (0)708-39 62 91

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: New Relic in a Rack app

2011-06-17 Thread Oren Teich
You can ignore that - it's saying we can't automatically install.  You
should still be setup with newrelic.  Just make sure that your yml
file is configured correctly with the ENV var for your key.

Oren

On Fri, Jun 17, 2011 at 4:12 AM, David Hall petters...@gmail.com wrote:
 I have read and followed the steps outlined for Rack apps
 in http://devcenter.heroku.com/articles/newrelic#using_new_relic_from_a_rack_app
 and still get the message
 Not a Rails app, can't install New Relic plugin. after deploy to Heroku.
 I added the

 configure :production do
   require 'newrelic_rpm'
 end

 part to config.ru
 === imgpxy
 Web URL:        http://imgpxy.heroku.com/
 Git Repo:       g...@heroku.com:imgpxy.git
 Dynos:          5
 Workers:        0
 Repo size:      2M
 Slug size:      724k
 Stack:          bamboo-mri-1.9.2
 Dyno usage:     Web - 437.03 dyno-hours
 Data size:      (empty)
 Addons:         Basic Logging, Memcache 5MBs, New Relic Standard, Shared
 Database 5MB

 --
 David Hall, M. Sc., da...@dpg.se
 +46 (0)708-39 62 91

 --
 You received this message because you are subscribed to the Google Groups
 Heroku group.
 To post to this group, send email to heroku@googlegroups.com.
 To unsubscribe from this group, send email to
 heroku+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.