Re: Reporting Specific Queue Sizes?

2018-03-08 Thread Daniel Chaffelson
Hi guys, I haven't specifically built functions to wrap this, but the data is easily accessible via the API if that helps you. Let us assume for a moment that a given flow has a Processor called 'PutSyslog' for which you wish to monitor the input and output queues. This Processor receives

Re: Reporting Specific Queue Sizes?

2018-03-08 Thread Abdou B
Hello guys, I am also interested in this discussion. I saw the blog post of Pierre : https://pierrevillard.com/2017/05/13/monitoring-nifi-site2site-reporting-tasks/ Unfortunately , I have versions of Nifi older than 1.2. You may view/analyze Nifi built monitoring. If you go close to logout.

Re: Reporting Specific Queue Sizes?

2018-03-07 Thread Pierre Villard
Hi Jon, You could use the S2S Status reporting task and filter the data on Connection and, if need, on a specific connection name. It'll send you JSON data containing the information about the queue (stats, size, backpressure, etc). Pierre 2018-03-08 6:12 GMT+01:00 Jon Logan

Reporting Specific Queue Sizes?

2018-03-07 Thread Jon Logan
Hi All, I am trying to get more specific queue sizes in a reporting task for metric reporting, but I can't seem to find out a way to do it -- the only methods exposed seem to be showing the total of all queue sizes. Is there a way that I am missing? I am trying to find a specific queue in front