ChugR commented on a change in pull request #600: DISPATCH-1463 - Add detection 
for stuck deliveries
URL: https://github.com/apache/qpid-dispatch/pull/600#discussion_r340178092
 
 

 ##########
 File path: python/qpid_dispatch/management/qdrouter.json
 ##########
 @@ -570,6 +570,11 @@
                     "graph": true,
                     "description": "The total number of settled deliveries 
that were held in the router for more than 10 seconds."
                 },
+                "deliveriesStuck": {
+                    "type": "integer",
+                    "graph": true,
+                    "description": "The current number of deliveries that are 
unsettled and have been held in the router for more than 10 seconds."
+                },
 
 Review comment:
   Live stats is fine. Adding more becomes a slippery slope towards too much.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to