0.0.5 • Published 11 years ago

statsd-leftronic-backend v0.0.5

Weekly downloads
22
License
-
Repository
github
Last release
11 years ago

StatsD Leftronic Metrics backend

Overview

This is a pluggable backend for StatsD, which publishes stats to the Leftronic Dashboard API.

Requirements

Usage

To enable this backend, include 'statsd-leftronic-backend' in the backends configuration array:

  backends: ['statsd-leftronic-backend']

The backend will read the configuration options from the following 'leftronic' hash defined in the main statsd config file:

 leftronic : {
   key : 'supersecretkey',   // (required)
   globalPrefix: 'myprefix'  // (optional, default to 'stats')
 }

Limitation

  • Only supports gauges and counters for now.
  • Not battle-proven yet.
0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago