EdColeman commented on PR #4287:
URL: https://github.com/apache/accumulo/pull/4287#issuecomment-1957781326

   One way would be like: 
https://docs.micrometer.io/micrometer/reference/concepts/gauges.html#_manually_incrementing_or_decrementing_a_gauge
   
   but not sure that is feasible here.  It may also be possible to "wrap" an 
AtomicIntger / Long with the metrics registration.  That is, create an Atomic 
and then pass that to the metrics during registration (rather than creating and 
using the reference as shown in that reference)


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