EdColeman commented on issue #2577:
URL: https://github.com/apache/accumulo/issues/2577#issuecomment-1072848670


   Micrometer has a FunctionTimer that provides a count and the total latency - 
that allows the back end metrics system to reason about the rate and latency.  
By monitoring the count you can determine liveliness and also track the latency.
   
   Equivalent to using a counter incremented each metadata scan and a counter 
that sums the time for each scan.


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