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


##########
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:
   So, I would think that the metric source name should stay unchanged, 
`client`, but we need to set up the metric manager with a client name via a new 
constructor, the `configure` method 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to