我newrelic_rpm
在 Rails 3.2 应用程序中本地使用开发人员模式。这工作正常。
当我ruby-prof
在 newrelic 本地仪表板中安装并单击“开始分析”并返回我的应用程序时,我的应用程序中的每个页面都为 #.
回溯的前几行:
newrelic_rpm (3.6.4.122) lib/new_relic/agent/instrumentation/controller_instrumentation.rb:421:in `ensure in perform_action_with_newrelic_profile'
newrelic_rpm (3.6.4.122) lib/new_relic/agent/instrumentation/controller_instrumentation.rb:421:in `perform_action_with_newrelic_profile'
newrelic_rpm (3.6.4.122) lib/new_relic/agent/instrumentation/controller_instrumentation.rb:305:in `perform_action_with_newrelic_trace'
newrelic_rpm (3.6.4.122) lib/new_relic/agent/instrumentation/rails3/action_controller.rb:37:in `process_action'
actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
任何想法如何解决问题所在?