@deadlock-delegate/newrelic

0.1.2 • Public • Published

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

/@deadlock-delegate/newrelic/

    Package Sidebar

    Install

    npm i @deadlock-delegate/newrelic

    Weekly Downloads

    3

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    11 kB

    Total Files

    10

    Last publish

    Collaborators

    • rokson