sk0x50 commented on code in PR #6180: URL: https://github.com/apache/ignite-3/pull/6180#discussion_r2185572898
########## modules/metrics/src/main/java/org/apache/ignite/internal/metrics/AbstractMetricSource.java: ########## @@ -45,14 +51,35 @@ public abstract class AbstractMetricSource<T extends AbstractMetricSource.Holder * @param name Metric source name. */ protected AbstractMetricSource(String name) { + this(name, null, null); + } + + /** + * Base constructor for all metric source implementations. + * + * @param name Metric source name. Review Comment: Yep, I will fix it. nice catch! -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org