我按照here
的说明配置了带有goliath的New Relic我正在使用gem 'newrelic_rpm'
,但没有在newrelic服务获取统计信息。
答案 0 :(得分:0)
我们必须在应用程序开头添加手动启动
NewRelic::Agent.manual_start({:env => Goliath.env.to_s})
class NewrelicStatsExample < Goliath::API
# Stuff ...
手动启动中存在一个错误,该错误仅使用最新的gem修复。
还要确保将{_ 1}}文件中正在测试的环境的monitor_mode设置为true:
newrelic.yml