sk0x50 commented on code in PR #6645:
URL: https://github.com/apache/ignite-3/pull/6645#discussion_r2376171943
##########
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 my understanding, `client name` (aka node name) should be propagated to
`MetricManagerImpl` instance instead of metric source name. WDYT?
--
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]