graphite-influxdb
graphite-influxdb copied to clipboard
Not sending data to InfluxDB
Made changes in Graphite-web local_settings.py. Restarted all services. Now inserted values in InfluxDB using in-built Graphite listener. But data is not refelecting in Graphite web ui.
What versions are your libs? Assuming your graphite-influxdb is from the master branch, what version is your influxdb python lib? what about your influxdb server? I also am getting no actual data reflected in graphite-api, and am attempting to nail down the source.
There is no question that the present code is broken, I'm testing out a change now. However it could be due to python versions. RHEL 7 doesn't package python3, nor does EPEL.
I was able to modify a line so that influxdb data would return properly, it's now running as expected. https://github.com/techzilla/graphite-influxdb/tree/update
Is there any update? Somebody made it work? Influx 0.11 graphite 9.15. All installed from pip.
See #49 or the PR's forked repo for a current version that works on Influxdb >0.9 (author of PR).
There is a lot that is broken on the master branch - unfortunately have not had the time yet to finish up the PR.
Update - PR now ready for merging.