@deadlock-delegate/core-stats

Plugin that collect stats and reports them to statsd


Keywords
core, blockchain, ark, crypto, dpos, logging, http, requests
License
MIT
Install
npm install @deadlock-delegate/core-stats@0.5.1

Documentation

Ark Core Stats Plugin

Plugin gathers your ark process stats (listed below) and reports them to a statsd server:

  • cpu
  • memory
  • eventloop
  • gc

Installation

Install the plugin: yarn global add @deadlock-delegate/core-stats

Open ~/.config/ark-core/{mainnet|devnet|testnet}/plugins.js and add the following at at least after the logger package:

"@deadlock-delegate/core-stats": {
    enabled: true,
    host: "<your statsd server host>",
    port: <your statsd server port>,
    prefix: "test",
},

License

MIT © deadlock