ControllerStatusReportingTask

Description:

Logs the 5-minute stats that are shown in the NiFi Summary Page for Processors and Connections, as well optionally logging the deltas between the previous iteration and the current iteration. Processors' stats are logged using the org.apache.nifi.controller.ControllerStatusReportingTask.Processors logger, while Connections' stats are logged using the org.apache.nifi.controller.ControllerStatusReportingTask.Connections logger. These can be configured in the NiFi logging configuration to log to different files, if desired.

Additional Details...

Tags:

stats, log

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Show DeltasShow Deltastrue
  • true
  • false
Specifies whether or not to show the difference in values between the current status and the previous status
Reporting Granularityreporting-granularityFive Minutes
  • Five Minutes The stats that are reported will reflect up to the last 5 minutes' worth of processing, which will coincide with the stats that are shown in the UI.
  • One Second The stats that are reported will be an average of the value per second, gathered over the last 5 minutes. This is essentially obtained by dividing the stats that are shown in the UI by 300 (300 seconds in 5 minutes), with the exception of when NiFi has been running for less than 5 minutes. In that case, the stats will be divided by the amount of time NiFi has been running.
When reporting information, specifies the granularity of the metrics to report

State management:

This component does not store state.

Restricted:

This component is not restricted.

System Resource Considerations:

None specified.