HubSpot / BuckyServer

Node server that receives metric data over HTTP & forwards to your service of choice
http://github.hubspot.com/bucky
MIT License
195 stars 33 forks source link

Add InfluxDB Line Protocol Support, and Add endpoint for JSON #18

Open JSMike opened 8 years ago

JSMike commented 8 years ago

Added tag for v0.6.0

zackbloom commented 8 years ago

Hi @JSMike, thanks for the PR, please see the inline comments.

JSMike commented 8 years ago

Sure, I'm about to leave the office for the day, I'll look into these tomorrow. Thanks for the feedback.

JSMike commented 8 years ago

I've made the requested updates. The only item I didn't make changes towards is the collectionLogger being uncommented by default.

JSMike commented 8 years ago

Updated version to v0.6.2

JSMike commented 8 years ago

@zackbloom Let me know how this looks. Thank you for your feedback.

sebguilbaud commented 7 years ago

This PR allows bucky-server to work fine on modern InfluxDB's (1.2.2 at least) as JSON protocol was dropped on 1.0 (https://docs.influxdata.com/influxdb/v0.9/write_protocols/json/)