mattyb149 commented on a change in pull request #3681: NIFI-6510 - Analytics
framework
URL: https://github.com/apache/nifi/pull/3681#discussion_r320981575
##########
File path:
nifi-api/src/main/java/org/apache/nifi/controller/status/ConnectionStatus.java
##########
@@ -40,6 +41,13 @@
private long outputBytes;
private int maxQueuedCount;
private long maxQueuedBytes;
+ private long predictionIntervalMillis;
Review comment:
Originally there was only one field to be added to ConnectionStatus and any
others were envisioned to go in a separate analytics endpoint. Now that we've
got many fields to make available via this object, I agree it's probably better
to have a holder object.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services