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


##########
modules/metrics/src/main/java/org/apache/ignite/internal/metrics/exporters/log/LogPushExporter.java:
##########
@@ -71,51 +71,278 @@ public void report() {
             return;
         }
 
-        var report = new StringBuilder("Metric report:");
+        var report = new StringBuilder("Metrics for local node:");
+
+        UUID clusterId = clusterIdSupplier().get();

Review Comment:
   Why do we need to handle it separately? This info is already available via 
the `topology.cluster` metric source.



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