Interface MBeanSource

All Known Implementing Classes:
MBeanSourceImpl

@Private public interface MBeanSource
Object that will register an mbean with the underlying metrics implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    register(String serviceName, String metricsName, Object theMbean)
    Register an mbean with the underlying metrics system
  • Method Details

    • register

      ObjectName register(String serviceName, String metricsName, Object theMbean)
      Register an mbean with the underlying metrics system
      Parameters:
      serviceName - Metrics service/system name
      metricsName - name of the metrics object to expose
      theMbean - the actual MBean
      Returns:
      ObjectName from jmx