I want to try out New Relic on one of my Octopress blogs. I've followed the quick "wizard" that is provided at the New Relic website:
- Language: Ruby
- Generated License Key
- Added gem 'newrelic_rpm' to my Gemfile and ran bundle install
- Downloaded the newrelic.yml (I created a config directory in the root of my Octopress blog and placed it in there (config/newrelic.yml)
- I committed my changes and then deployed to Heroku
I understand that Octopress is a little bit different than a traditional rails app, but I would think that this is all that I need to get new relic up and running. At this point however, I'm not receiving any data.
Is there anything that I'm missing? Are their additional settings that I need to do to get New Relic setup on my blog, possibly more configs on the app or Heroku itself? Thanks