Package Exports
- statsd-whale-backend
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (statsd-whale-backend) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
statsd-whale-backend
A plugin to connect etsy's statsD to Whale Monitoring.
Installation
$ cd /path/to/statsd-dir
$ npm install statsd-whale-backendConfiguration
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 tagsHow 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.