New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

statsd-bell

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statsd-bell

StatsD backend to flush metrics to node-bell, github/eleme/node-bell.

latest
Source
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 20 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts