riemann/riemann

Getting data from influxDB to Riemann Streams to use the metrics ?

bshah0408 opened this issue · 2 comments

I would like to have a function, which I can call through a query to influxDB and get the data and use it inside streams with smap function where I can calculate the average ?

I like to compare the metric of current vs metric of last day or last week so I need to call influx everytime for getting average value.

Let me know any idea or function I can I create or use from Riemann would be very helpfull.

We made a Riemann plugin which periodically queries Elasticsearch instead of InfluxDB for historical data. Maybe you can get some inspiration from it: https://github.com/infonova/riemann-history

Hi - if you need additional help you can try the riemann mailing list - https://riemann.io/support.html.