adityamukho commented on code in PR #7488:
URL: https://github.com/apache/ignite-3/pull/7488#discussion_r2811039847


##########
modules/network/src/main/java/org/apache/ignite/internal/network/MessagingServiceMetrics.java:
##########
@@ -49,31 +43,16 @@ class DefaultMessagingServiceMetrics {
                 "Total number of message recipient resolution failures."
         ));
 
-        invokeRequestFailures = source.addMetric(new AtomicLongMetric(
-                "invokeRequestFailures",
+        requestSendingFailures = source.addMetric(new AtomicLongMetric(
+                "requestSendingFailures",

Review Comment:
   Metrics have been reworked substantially to remove such semantic 
redundancies.



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