vimeo / graphite-influxdb

An influxdb backend for Graphite-web and graphite-api
Apache License 2.0
198 stars 39 forks source link

Use client for InfluxDB version 0.8.x #45

Closed mnuessler closed 9 years ago

mnuessler commented 9 years ago

Recent versions of the InfluxDB client already use the InfluxDB 0.9.x API. To use the API for 0.8.x, the legacy client has to be imported explicitly. Fixes issue #44.