Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bmhatfield/graphite-http-bridge
- Owner: bmhatfield
- License: mit
- Created: 2013-04-11T23:39:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T01:59:04.000Z (almost 8 years ago)
- Last Synced: 2023-03-25T19:11:10.668Z (over 1 year ago)
- Topics: bridge, carbon, graphite, http, python
- Language: Python
- Size: 51.8 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.