Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 324 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 324 Bytes

statsd-http-backend

POSTS Data in JSON List format to an HTTP Backend

installation

npm install statsd-graphite-http-backend

usage

In config.js:

{
  backends: [ "./backends/statsd-http-backend" ],
  api_key: 'user:password',
  bridgeURL: 'http://host:port/publish'
}