DomGarguilo opened a new issue, #4540:
URL: https://github.com/apache/accumulo/issues/4540
If these are monotonically increasing counters, then it would
be better to use a
[FunctionCounter](https://docs.micrometer.io/micrometer/reference/concepts/counters.html#_function_tracking_counters)
instead of a Gauge. Not sure if they are, need to investigate. The
micrometer code to instrument caches uses FunctionCounter internally
_Originally posted by @keith-turner in
https://github.com/apache/accumulo/pull/4518#discussion_r1591458201_
We should look at the places we are using a `Counter` and determine if it is
a good idea to convert them to `FunctionCounter`.
--
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]