質問

I've newrelic agent for my rails application installed on linode. App is using unicorn and i've did some magic (https://newrelic.com/docs/ruby/no-data-with-unicorn), but still have no data on my dashboard. Other hand - i've migrated my app from heroku to linode and on heroku it's working fine (i've deleted old app profile from dashboard).

Could you give me any idea - how can i determine what the problem is?

役に立ちましたか?

解決 2

I've found solution of my problem. It was because of i've forgot to remove from application config file some environment variables - NEW_RELIC_APP_NAME, NEW_RELIC_ID, NEW_RELIC_LICENSE_KEY, NEW_RELIC_LOG.

他のヒント

It's hard to debug this situation, but the lack of newrelic log file seems there is some basic setup issue.

Try to go through the installation instructions again. If that does't help raise a support ticket with newrelic. They are a helpful bunch of people and you will get an answer quite fast.

If you use new relic addons on heroku, your datas will be at https://heroku.newrelic.com . Try to go the app resources and click on new relic addons.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top