Cyrill commented on code in PR #7722:
URL: https://github.com/apache/ignite-3/pull/7722#discussion_r2979890338


##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/core/NodeImpl.java:
##########
@@ -4277,7 +4288,7 @@ public Message handleInstallSnapshot(final 
InstallSnapshotRequest request, final
             return null;
         }
         finally {
-            this.metrics.recordLatency("install-snapshot", Utils.monotonicMs() 
- startMs);
+            this.metrics.onInstallSnapshot( Utils.monotonicMs() - startMs);

Review Comment:
   space



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