JSPM

statsd-whale-backend

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q37427F

A StatsD backend that send metrics to Whale

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-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.