unbit / uwsgi-influxdb

uWSGI plugin for influxdb integration
MIT License
7 stars 8 forks source link

Deprecated API Usage #3

Open logston opened 7 years ago

logston commented 7 years ago

Looks like the API this library is using is deprecated and no longer available in the 1.0+ version of influxdb. Any word on an updated version of this library for influxdb 1.2?

https://docs.influxdata.com/influxdb/v0.8/api/reading_and_writing_data/

unbit commented 7 years ago

Hi, thanks for reporting, the plugin is extremely easy (well, raw ;):

https://github.com/unbit/uwsgi-influxdb/blob/master/plugin.c

Would you like to make a pull request with the relevant updates based on this doc ?

https://docs.influxdata.com/influxdb/v1.2/tools/api/

Thanks

logston commented 7 years ago

I would love to! Thank you!