Data Processed in last 24 hours

2025-04-24 Thread Chirthani, Deepak Reddy
Hi Nifi-ers, I know something like this could be achieved from node status history but I'm looking for any other possible solutions of finding the "the amount of data processed by the nifi cluster in the last 24 hours" maybe thru Nifi's rest api. Please adive. Thanks Deepak The contents of thi

Re: Data Processed in last 24 hours

2025-04-24 Thread Ranjith Kumar P
Correct Phil, We can use site-to-site reporting task from 2.x onwards. Regards, Ranjith Kumar P +91 99087 66630 On Thu, 24 Apr 2025, 7:09 pm Phil Lord, wrote: > Keep in mind... I believe the PrometheusReportingTask is being deprecated > in Nifi 2.0. A good alternative might be to utilize the >

Re: Data Processed in last 24 hours

2025-04-24 Thread eran izhak
I’m considering upgrading to NiFi 2.0 why did they deprecated this task? בתאריך יום ה׳, 24 באפר׳ 2025 ב-16:39 מאת Phil Lord : > Keep in mind... I believe the PrometheusReportingTask is being deprecated > in Nifi 2.0. A good alternative might be to utilize the > SiteToSiteMetricsReportingTask... y

Re: Data Processed in last 24 hours

2025-04-24 Thread Phil Lord
Keep in mind... I believe the PrometheusReportingTask is being deprecated in Nifi 2.0. A good alternative might be to utilize the SiteToSiteMetricsReportingTask... you just need to determine a good backend to store/view the data if that's what you're looking for. On Thu, Apr 24, 2025 at 9:24 AM R

Re: Data Processed in last 24 hours

2025-04-24 Thread Ranjith Kumar P
Hi Deepak, If you're using Prometheus, NiFi exposes metrics like: - nifi_data_sent_bytes - nifi_data_received_bytes Enable the PrometheusReportingTask from the *Controller Settings*. On Prometheus, using promql you can query metrics. Regards, Ranjith Kumar P +91 99087 66630 On T