Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

statsd-amqp-backend

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statsd-amqp-backend

A backend for StatsD to emit stats to an AMQP queue

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

StatsD AMQP publisher backend

Overview

This is a pluggable backend for StatsD, which publishes stats to an AMQP queue instead of graphite

Installation

npm install statsd-amqp-backend

Configuration

You have to give basic information about your AMQP server to use

{ amqpHost: 'localhost'
, amqpPort: 5672
, amqpLogin: 'guest'
, amqpPassword: 'guest'
, amqpVhost: '/'
, amqpQueue: 'statsd'
, amqpDefaultExchange: ''
}

Dependencies

  • node-amqp

Development

If you want to contribute:

  • Clone your fork
  • Hack away
  • If you are adding new functionality, document it in the README
  • Push the branch up to GitHub
  • Send a pull request

FAQs

Package last updated on 15 May 2012

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