Package org.apache.pinot.common.metrics
Class JmxReporterMetricsRegistryRegistrationListener
- java.lang.Object
-
- org.apache.pinot.common.metrics.JmxReporterMetricsRegistryRegistrationListener
-
- All Implemented Interfaces:
MetricsRegistryRegistrationListener
public class JmxReporterMetricsRegistryRegistrationListener extends Object implements MetricsRegistryRegistrationListener
Adapter that causes metrics from a metric registry to be published to JMX.
-
-
Constructor Summary
Constructors Constructor Description JmxReporterMetricsRegistryRegistrationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonMetricsRegistryRegistered(PinotMetricsRegistry metricsRegistry)
-
-
-
Method Detail
-
onMetricsRegistryRegistered
public void onMetricsRegistryRegistered(PinotMetricsRegistry metricsRegistry)
- Specified by:
onMetricsRegistryRegisteredin interfaceMetricsRegistryRegistrationListener
-
-