timoninmaxim commented on code in PR #11627:
URL: https://github.com/apache/ignite/pull/11627#discussion_r1852223779


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheMetricsImpl.java:
##########
@@ -240,6 +240,12 @@ public class CacheMetricsImpl implements CacheMetrics {
     /** Conflict resolver merged entries count. */
     private LongAdderMetric rslvrMergedCnt;
 
+    /** PutAllConflict time. */
+    private final HistogramMetricImpl putAllConflictTime;

Review Comment:
   Could you please move code of new metrics closer to similar metrics? I mean, 
this fields definition, metric creation, metrics reset, "add*" methods, etc.



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to