boglesby commented on pull request #6445:
URL: https://github.com/apache/geode/pull/6445#issuecomment-888504160


   I agree with the proposal :-).
   
   Regardless whether you rename the stats, I'd like to see an InProgress stat 
and the pattern I suggested: 
   ```
   long startTime = _proxy._statistics.startPut();
   _messageQueue.put(message);
   _proxy._statistics.endPut(_messageQueue.size(), startTime);
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to