shodaaan commented on code in PR #2216: URL: https://github.com/apache/jackrabbit-oak/pull/2216#discussion_r2055449275
########## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/FullGCStatsCollectorImpl.java: ########## @@ -231,12 +238,11 @@ private static CounterStats counter(StatisticsProvider provider, String name) { return provider.getCounterStats(qualifiedName(name), METRICS_ONLY); } - private static String qualifiedName(String metricName) { - return FULL_GC + "." + metricName; + public static String qualifiedName(String metricName) { Review Comment: Fixed, thank you. -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org