1.0.4 • Published 6 years ago

insightfinder-statsd-backend v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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"]
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago