vldpyatkov commented on code in PR #3645:
URL: https://github.com/apache/ignite-3/pull/3645#discussion_r1583271848


##########
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. */
+    private final Function<long[], String> stringFormatter;
+
     /** List of scalar metrics. */
     private volatile List<Metric> scalarMetrics = null;
 
     /**
-     * The constructor.
+     * Constructor.

Review Comment:
   This one is just a call to another constructor.
   I am not sure about the usage of article hire, but I think the only 
constructor can be marked with the artical 'the'.



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