@deadlock-delegate/newrelic
v0.1.2
Published
Ark plugin integrating New Relic performance reporting
Downloads
11
Maintainers
Readme
Ark New Relic Plugin
New Relic performance monitoring and management integration for Ark Core.
Installation
For production:
yarn add global @deadlock-delegate/ark-newrelic
For development:
cd ~/ark-core/plugins
git clone https://github.com/deadlock-delegate/ark-newrelic
lerna bootstrap
Registration
Open ~/.config/ark-core/<network>/plugins.js
(replace with mainnet, devnet or testnet) and add the following as the first entry.
'@deadlock-delegate/ark-newrelic': {}
like so:
module.exports = {
'@deadlock-delegate/ark-newrelic': {}, // this is the newly added line
'@arkecosystem/core-event-emitter': {},
'@arkecosystem/core-config': {},
...
}
Configuration
Open .env
file that is located at ~/.config/ark-core/<network>/.env
( should be replaced by either mainnet, devnet or testnet) and add the following environment variables:
NEW_RELIC_LICENSE_KEY=yourlicensekeygoeshere
NEW_RELIC_APP_NAME=your-name-of-the-app
NEW_RELIC_NO_CONFIG_FILE=true
Credits
License
MIT © roks0n