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


##########
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:
   Honestly, I don't see any difference between `IngGaguge` and `LongGaguge`, 
and therefore this improvement should be added to both, I think. Please create 
a ticket to address this.



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