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


##########
modules/cli/src/integrationTest/java/org/apache/ignite/internal/cli/CliIntegrationTest.java:
##########
@@ -83,7 +83,12 @@ public abstract class CliIntegrationTest extends 
ClusterPerClassIntegrationTest
             new MetricSource().name("resource.vacuum").enabled(true),
             new MetricSource().name("clock.service").enabled(true),
             new MetricSource().name("index.builder").enabled(true),
-            new MetricSource().name("raft.snapshots").enabled(true)
+            new MetricSource().name("raft.snapshots").enabled(true),
+            new MetricSource().name("network.messaging").enabled(true),
+            new 
MetricSource().name("network.messaging.executor.inbound.Default").enabled(true),

Review Comment:
   > Metrics source name is a combination of names like Java package name 
separated by dots. Metrics source name should use only lowercase chars.
   
   
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=282102234#IEP116:Metrics-Metricsnaming



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