spaces-X commented on code in PR #13832:
URL: https://github.com/apache/doris/pull/13832#discussion_r1021565042
##########
fe/fe-core/src/main/java/org/apache/doris/metric/MetricRepo.java:
##########
@@ -57,7 +57,7 @@ public final class MetricRepo {
private static final Logger LOG = LogManager.getLogger(MetricRepo.class);
// METRIC_REGISTER is only used for histogram metrics
- private static final MetricRegistry METRIC_REGISTER = new MetricRegistry();
+ public static final MetricRegistry METRIC_REGISTER = new MetricRegistry();
Review Comment:
for UT?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]