1 Star 0 Fork 6

狐耳/nodeclub

forked from AaronW/nodeclub 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
oneapm.js 693 Bytes
一键复制 编辑 原始数据 按行查看 历史
alsotang 提交于 2015-09-15 13:32 . use oneapm replace to newrelic
/**
* OneAPM agent configuration.
*
* See lib/config.defaults.js in the agent distribution for a more complete
* description of configuration variables and their potential values.
*/
var config = require('./config');
exports.config = {
/**
* Array of application names.
*/
app_name : [config.name],
/**
* Your OneAPM license key.
*/
license_key : config.oneapm_key,
logging : {
/**
* Level at which to log. 'trace' is most useful to OneAPM when diagnosing
* issues with the agent, 'info' and higher will impose the least overhead on
* production applications.
*/
level : 'info'
},
transaction_events: {
enabled: true
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/masterlin/nodeclub.git
git@gitee.com:masterlin/nodeclub.git
masterlin
nodeclub
nodeclub
master

搜索帮助