1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/aaronw-nodeclub

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
oneapm.js 693 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
alsotang Отправлено 15.09.2015 08:32 3ff1a90
/**
* 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
}
};

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/aaronw-nodeclub.git
git@api.gitlife.ru:oschina-mirror/aaronw-nodeclub.git
oschina-mirror
aaronw-nodeclub
aaronw-nodeclub
master