Skip to content

senx/statsd-warp10-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

StatsD Warp 10 publisher backend

Overview

Installation

Configuration

  • You have to give basic information about your Warp10 server to use
{ warpHost: 'HOST'
, warpPath: 'path'
, token: 'yourtoken'
, className: "statsd.testing"
, bufferSize: 100
, backends: [ "statsd-warp10-backend" ]
}
  • This will create/update your data on your Warp 10 instance. Classname corresponds to the prefix of each GTS created by statsd, buffersize isn't implemented yet.

Issues

  • 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