bernd / statsd-influxdb-backend

A naive InfluxDB backend for StatsD
ISC License
172 stars 74 forks source link

Support new InfluxDB v0.9.0 line protocol write API #16

Open tima opened 9 years ago

tima commented 9 years ago

InfluxDB v0.9.0 RC32 introduced a new line protocol write API that they've determined provides dramatic performance improvements.

https://github.com/influxdb/influxdb/pull/2696

According to the discussion amongst the developers, the JSON protocol will remain until v1.0 for compatibility reasons.

bernd commented 9 years ago

Anyone working on this? :smiley:

bernd commented 9 years ago

Some work is happening here: https://github.com/tima/statsd-influxdb-backend/pull/1

aderumier commented 9 years ago

https://github.com/starsy/statsd-influxdb-backend/commit/a0c97e524a7f99ae0e989005aee8d246b4c46fc9