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


##########
modules/client/src/main/java/org/apache/ignite/internal/client/ClientMetricSource.java:
##########
@@ -30,8 +30,8 @@ public class ClientMetricSource extends 
AbstractMetricSource<ClientMetricSource.
     /**
      * Constructor.
      */
-    ClientMetricSource() {
-        super("client");
+    ClientMetricSource(String name) {

Review Comment:
   On the servers, a bean name looks like 
`org.apache.ignite:nodeName=XXX,type=metrics,name=metricSourceName`.
   On a client node, it would be 
`org.apache.ignite:type=metrics,name=myClient.metricSourceName`, which is 
slightly different.



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