This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch make-metrics-pluggable in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from d840c5c Make Pinot metrics pluggable add 01e128e Address PR comments No new revisions were added by this update. Summary of changes: .../pinot/common/metrics/PinotMetricUtils.java | 23 ++++++------- .../pinot/common/metrics/ValidationMetrics.java | 4 +-- .../minion/generator/TaskGeneratorRegistry.java | 13 ++----- pinot-distribution/pinot-assembly.xml | 8 ++++- .../minion/event/EventObserverFactoryRegistry.java | 12 ++----- .../executor/TaskExecutorFactoryRegistry.java | 15 ++------ pinot-plugins/pinot-metrics/pinot-yammer/pom.xml | 1 + .../pinot/spi/utils/PinotReflectionUtils.java | 40 ++++++++++++++++++++++ pom.xml | 5 --- 9 files changed, 68 insertions(+), 53 deletions(-) create mode 100644 pinot-spi/src/main/java/org/apache/pinot/spi/utils/PinotReflectionUtils.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org