0.0.2 • Published 8 years ago

statsd-whale-backend v0.0.2

Weekly downloads
10
License
-
Repository
github
Last release
8 years ago

statsd-whale-backend

A plugin to connect etsy's statsD to Whale Monitoring.

Installation

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

Configuration

whaleApiKey: "your_api_key"
whalePrefix: "your_prefix" // Your metrics will be prefixed by this prefix
whaleTags: {your: "tag", another: "tag"} // Your metrics will include these tags

How to enable

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

backends: ["statsd-whale-backend"]

This is a fork of the amazing statsd-datadog-backend backend.