sk0x50 commented on code in PR #6645:
URL: https://github.com/apache/ignite-3/pull/6645#discussion_r2378799437
##########
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:
In other words, I would say that the metric source name should not depend on
the node/client name.
--
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]