I am quite new to influxdb. I am submitting collectd metrics to it using the graphite writer
For disk statistics, I'd like to do a percentage transformation, and show that on a grafana dashboard.
disk.used / (disk.used + disk.free)
I was fiddling around with something like (which is obviously not working):
Select first(disk.used / (disk.used + disk.free)) from "server.test_server.disk.used" as used left join "server.test_server.disk.free" as free where ....
What is the query that I can use? Is it possible to do such transformations with influxdb? This is soo easy with graphite :(
Update: Using grafana 2.1 and influxdb 0.9