You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/01/17 18:01:49 UTC

[GitHub] [nifi] MuazmaZ commented on a change in pull request #3918: NIFI-6931 Add status-history graph to track backpressure estimates

MuazmaZ commented on a change in pull request #3918: NIFI-6931 Add status-history graph to track backpressure estimates
URL: https://github.com/apache/nifi/pull/3918#discussion_r368064226
 
 

 ##########
 File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/status/history/ConnectionStatusDescriptor.java
 ##########
 @@ -61,8 +69,16 @@
         "Queued Count",
         "The number of FlowFiles queued in this Connection",
         Formatter.COUNT,
-        s -> Long.valueOf(s.getQueuedCount()));
+        s -> Long.valueOf(s.getQueuedCount())),
 
+    TIME_TO_BACKPRESSURE(
+        "backpressureEstimate",
+        "Backpressure Estimate",
 
 Review comment:
   I think updating the names of variables would help.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services