snleee commented on a change in pull request #7368: URL: https://github.com/apache/pinot/pull/7368#discussion_r719050344
########## File path: pinot-common/src/main/java/org/apache/pinot/common/metrics/AbstractMetrics.java ########## @@ -504,7 +504,7 @@ private void removeGauge(final String gaugeName) { * Remove callback gauge. * @param metricName metric name */ - private void removeCallbackGauge(String metricName) { + public void removeCallbackGauge(String metricName) { Review comment: changed -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org