Deprecated, backend module is in node-bell now https://github.com/eleme/node-bell
StatsD backend to flush metrics to node-bell
Latest version: v0.1.3
Currently, this backend support only 2 metric types: counter_rates and timer_data,
and select only the item mean
in timer_data
.
You can add it to the StatsD package.json
and run npm install
, or to run:
$ npm install statsd-bell
Add statsd-bell
to statsd's backends:
{
, backends: ["statsd-bell"]
}
Optional setting items and their default values:
{
, bellHost: "0.0.0.0"
, bellPort: 2024
, bellIgnores: ["statsd.*"]
}
- Counters:
"foo"
=>"counter.foo"
- Timers:
"foo"
=>"timer.foo"
MIT, (c) Eleme, Inc.