insightfinder-statsd-backend

1.0.4 • Public • Published

insightfinder-statsd-backend

A plugin to send statsD data to Insightfinder

Installation

$ cd /path/to/statsd-dir
$ npm install insightfinder-statsd-backend

Configuration

insightFinderLicenseKey: "your_license_key" // You can get it from this page: https://app.insightfinder.com/account-info
insightFinderProjectName: "project_to_send_data_to"
insightFinderUserName: "your_insightfinder_username" // You can get it from this page: https://app.insightfinder.com/account-info
insightFinderApiHost: "hostname_to_send_data_to" // Its https://app.insightfinder.com by default

How to enable

Add insightfinder-statsd-backend to your list of statsd backends:

backends: ["insightfinder-statsd-backend"]

/insightfinder-statsd-backend/

    Package Sidebar

    Install

    npm i insightfinder-statsd-backend

    Weekly Downloads

    0

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    9.73 kB

    Total Files

    3

    Last publish

    Collaborators

    • insightfinder