yashmayya commented on code in PR #14402:
URL: https://github.com/apache/pinot/pull/14402#discussion_r1832167736


##########
pinot-plugins/pinot-metrics/pinot-compound-metrics/src/main/java/org/apache/pinot/plugin/metrics/compound/CompoundPinotMetricsFactory.java:
##########
@@ -80,8 +80,8 @@ public class CompoundPinotMetricsFactory implements 
PinotMetricsFactory {
    * corresponding property prefix (like pinot.server.plugin.metrics, 
pinot.broker.plugin.metrics, etc).
    *
    * The list of metrics factory classes we want to ignore. They have to be 
actual names that can be converted into
-   * classes by using {@link Class#forName(String)}. Any {@link 
PinotMetricsRegistry} that is implements or extends any
-   * of the factories included here will be ignored by this metric registry.
+   * classes by using {@link PluginManager#loadClass(String)}. Any {@link 
PinotMetricsRegistry} that is implements or

Review Comment:
   ```suggestion
      * classes by using {@link PluginManager#loadClass(String)}. Any {@link 
PinotMetricsRegistry} that implements or
   ```
   nit



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

Reply via email to