0.0.2 • Published 10 years ago
statsd-whale-backend v0.0.2
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.