1
0
mirror of synced 2024-11-22 01:04:24 +01:00

add newrelic

This commit is contained in:
Komarudin 2018-03-15 13:14:59 +07:00 committed by GitHub
parent ed6c73fc16
commit f7947c1725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
newrelic.js Normal file
View File

@ -0,0 +1,24 @@
/**
* New Relic agent configuration.
*
* See lib/config.default.js in the agent distribution for a more complete
* description of configuration variables and their potential values.
*/
exports.config = {
/**
* Array of application names.
*/
app_name: ['nocode'],
/**
* Your New Relic license key.
*/
license_key: ' ',
logging: {
/**
* Level at which to log. 'trace' is most useful to New Relic when diagnosing
* issues with the agent, 'info' and higher will impose the least overhead on
* production applications.
*/
level: 'info',
},
}