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 2 months 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T01:59:04.000Z (over 8 years ago)
- Last Synced: 2025-04-11T01:52:17.475Z (about 2 months ago)
- Topics: bridge, carbon, graphite, http, python
- Language: Python
- Size: 51.8 KB
- Stars: 7
- Watchers: 2
- 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.