我正在尝试为Heroku设置newrelic附加组件。我正在使用Rails 3.2.3。
我已按照此处的说明操作:https://devcenter.heroku.com/articles/newrelic#addon_installation
当我推送到Heroku时,我收到一条消息:
Cannot find or read /tmp/build_2aqfzcy5zyv4m/config/newrelic.yml
当我转到https://heroku.newrelic.com/时,它会告诉我设置我的应用并指出我的附加安装说明。
知道这里发生了什么,以及如何解决它?
谢谢。
答案 0 :(得分:0)
Newrelic gem应该在/config/newrelic.yml中自动检查配置。您可以使用https://raw.github.com/gist/2253296/newrelic.yml作为模板。
如果您的应用由于某种原因不在此位置搜索文件,或者您在其他位置有文件,则可以使用heroku config指定路径。使用heroku toolbelt,您可以使用命令:
heroku config:set NRCONFIG=/config/newrelic.yml