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
- Host: GitHub
- URL: https://github.com/bmhatfield/statsd-http-backend
- Owner: bmhatfield
- Created: 2013-04-16T15:57:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-21T16:13:42.000Z (over 10 years ago)
- Last Synced: 2024-11-17T06:11:54.561Z (7 months ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 3
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)