sanpwc commented on code in PR #6350:
URL: https://github.com/apache/ignite-3/pull/6350#discussion_r2250819005


##########
modules/metrics/src/main/java/org/apache/ignite/internal/metrics/MetricManagerImpl.java:
##########
@@ -247,6 +257,43 @@ public Collection<MetricExporter> enabledExporters() {
         return inBusyLock(busyLock, enabledMetricExporters::values);
     }
 
+    private static List<ExporterView> defaultExporters(List<? extends 
ExporterView> configuredExporters) {
+        if 
(configuredExporters.stream().map(ExporterView::exporterName).anyMatch(n -> 
n.equals(LogPushExporter.EXPORTER_NAME))) {

Review Comment:
   Got an explanation. Agreed.



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