0.1.4 • Published 10 years ago

statsd-bell v0.1.4

Weekly downloads
16
License
MIT
Repository
github
Last release
10 years ago

Deprecated, backend module is in node-bell now https://github.com/eleme/node-bell

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

Installation

You can add it to the StatsD package.json and run npm install, or to run:

$ npm install statsd-bell

Configuration

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.*"]
}

Name Spacing

  • Counters: "foo" => "counter.foo"
  • Timers: "foo" => "timer.foo"

License

MIT, (c) Eleme, Inc.

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago