vldpyatkov commented on code in PR #3645:
URL: https://github.com/apache/ignite-3/pull/3645#discussion_r1583275643
##########
modules/metrics/src/main/java/org/apache/ignite/internal/metrics/DistributionMetric.java:
##########
@@ -59,18 +60,34 @@ public class DistributionMetric extends AbstractMetric
implements CompositeMetri
/** Bounds of measurements. */
private final long[] bounds;
+ /** Value string formatter or {@code null} to use default formatter. */
Review Comment:
Maybe we will do it when we start to use them.
Currently, it just adds code to review here.
--
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]