An open API service indexing awesome lists of open source software.

https://github.com/bmhatfield/statsd-http-backend

POSTS Data in JSON List format to an HTTP Backend
https://github.com/bmhatfield/statsd-http-backend

Last synced: 6 months ago
JSON representation

POSTS Data in JSON List format to an HTTP Backend

Awesome Lists containing this project

README

        

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: [ "statsd-graphite-http-backend" ],
api_key: 'YOUR CONFIGURED API KEY',
bridgeURL: 'http://GRAPHITE_SERVER:HTTP_PORT/publish/'
}
```

notes
=====

Should work with both [Backstop](https://github.com/obfuscurity/backstop) and [Graphite HTTP Bridge](https://github.com/bmhatfield/graphite-http-bridge)

Now with HTTPS support, thanks Colin Jones (colinjonesx)