achristianson commented on a change in pull request #3681: NIFI-6510 -
Analytics framework
URL: https://github.com/apache/nifi/pull/3681#discussion_r321232320
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ConnectionStatusSnapshotDTO.java
##########
@@ -48,6 +48,13 @@
private String queuedCount;
private Integer percentUseCount;
private Integer percentUseBytes;
+ private Long predictedMillisUntilCountBackpressure = 0L;
Review comment:
@markap14 we can do that. Do you see any issues with embedding the
BackpressurePredictionDTO inside the ConnectionStatusDTO? We're considering
that option because then the data would be available within the same request
(less UI/API impact). It would be set to `null` if analytics are disabled.
@YolandaMDavis @mattyb149 @rfellows
----------------------------------------------------------------
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