Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bmhatfield/graphite-http-bridge

Bridges HTTP POSTs in batches to a Carbon socket
https://github.com/bmhatfield/graphite-http-bridge

bridge carbon graphite http python

Last synced: about 1 month ago
JSON representation

Bridges HTTP POSTs in batches to a Carbon socket

Awesome Lists containing this project

README

        

graphite-http-bridge
====================

Bridges HTTP POST requests in batches to a Carbon socket.

Usage
=====

Install the application, and then run `graphite-http-bridge.py --foreground` to test.

Sending Data
============

Send JSON:
`[{"metric": 'some.metric.path', "value": 42, "timestamp": 1234567890}]`

Configuration
=============

All configuration is command line, with the exception of the api\_keys.yml file. Copy from api\_keys.yml.example.