statsd-amqp-backend

0.1.0 • Public • Published

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

Development

If you want to contribute:

  1. Clone your fork
  2. Hack away
  3. If you are adding new functionality, document it in the README
  4. Push the branch up to GitHub
  5. Send a pull request

Readme

Keywords

none

Package Sidebar

Install

npm i statsd-amqp-backend

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • mrtazz