sensu / sensu-influxdb-handler

Sensu Go InfluxDB Metrics Handler
https://sensu.io
MIT License
14 stars 16 forks source link

Change src for influxdb client handler to ensure compiling #30

Closed jspaleta closed 5 years ago

jspaleta commented 5 years ago

Influx has refactored their repository structure to make room for influx 1.x and influx 2.x clients..

We should most likely be using this: https://github.com/influxdata/influxdb1-client

Ref: https://github.com/influxdata/influxdb/issues/11035

jspaleta commented 5 years ago

this isn't critical at the moment as the dep ensure instructions in the .travis lock the influx version so we arent impacted by the refactor.

Anyone building locally and not following the steps used by travisCI... namely failing to dep ensure.. will get an error on compile