Telegraf query influxdb and output to Wavefront

Hi,

I wish to query the influxdb and then upload the result to WaveFront in a regular base.

How do I do that please? I know how to do this using collectd and MySQL.

Thanks a lot in advance

Just an idea, I’ve never tried something like this, but you might be able to use Kapacitor to read from InfluxDB and write to Telegraf’s http_listener input. The Telegraf would write to the Wavefront output.

influxdb -> kapacitor -> inputs.http_listener -> telegraf -> outputs.wavefront

Thanks a lot and shall try out sometime