try the ui. If it seems like its not working for your app, create a vanilla rails app, throw it up to heroku, add new relic to it from the UI, and see if that works. (attempting to rule out any conflict in gems from your other app. Though I've never heard of any conflicts with new Relic before)
On Fri, Mar 4, 2011 at 9:21 AM, Rupert Fisher <[email protected]> wrote: > Thanks John, > > In the meantime I've removed the addon. > > Safe to add it again, if so shall I go via the command line or the web UI? > > Best, > > Rupert > > On 4 Mar 2011, at 15:10, John McCaffrey <[email protected]> wrote: > > you should start seeing data relatively soon. > > I've only added it using the UI interface though, so maybe there is a step > I'm unaware of when you do it from the command line. > > > > On Thu, Mar 3, 2011 at 10:19 AM, bingobob < <[email protected]> > [email protected]> wrote: > >> Bit confused on the the docs re new relic bronze.. >> >> I start with... >> >> heroku addons:add newrelic:bronze >> >> in my case ( i have two remotes ) >> >> heroku addons:add newrelic:bronze --app appname >> >> that worked fine, I get a New Relic screen via heroku control panel I >> even see the new relic config variables have been added. >> >> But no data! >> >> So do I need to install the New Relic Gem myself, the docs implied >> that the config/newrelic.yml would be setup for me, file's not there >> on my local machine? Do I just put the newrelic gem into my gemfile >> and bundle install ? >> >> Please advise, >> >> Thanks >> >> bb >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Heroku" group. >> To post to this group, send email to <[email protected]> >> [email protected]. >> To unsubscribe from this group, send email to >> <heroku%[email protected]> >> [email protected]. >> For more options, visit this group at >> <http://groups.google.com/group/heroku?hl=en> >> http://groups.google.com/group/heroku?hl=en. >> >> > > > -- > -John > > -- -John -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
