Created 11-02-2016 01:51 PM
Hi,
is there a way to show Nifi metrics (like processors' in/out counters) in Grafana? or at least export them to external database (like Prometheus)?
Thanks
Created 11-02-2016 02:47 PM
in HDF 2.0.1 it goes to ambari metrics which has grafana
https://cwiki.apache.org/confluence/display/NIFI/Ambari+Metrics
see: http://hortonworks.com/blog/hood-ambari-metrics-grafana/
Created 11-02-2016 02:48 PM
Created 11-02-2016 04:11 PM
In addition to what Tim Spann said, you can also implement a custom ReportingTask to send metrics to any system you like. See the AmbariReportingTask for reference:
Created 11-06-2016 04:17 AM
Thanks. I will try implement custom ReportingTask, will see how it goes 🙂
Created 09-24-2017 03:42 PM
We have developed a ReportingTask, that send Prometheus metrics to a Prometheus Pushgateway, similar to the Ambari ReportingTask.
https://github.com/mkjoerg/nifi-prometheus-reporter
🙂