Interface MBeanExports
public interface MBeanExports
Exports MBeans to Prometheus.
- Since:
- 6.10
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddMBean(PrometheusMBean mBean, ObjectName objectName, String name, List<com.pushtechnology.diffusion.utils.tuple.Pair<String, String>> additionalProperties) Add an MBean to be exported.voidremoveMBean(ObjectName objectName) Remove an MBean from the exporter.
- 
Method Details- 
addMBeanvoid addMBean(PrometheusMBean mBean, ObjectName objectName, String name, List<com.pushtechnology.diffusion.utils.tuple.Pair<String, String>> additionalProperties) Add an MBean to be exported.Overwrites any bean with the same objectName. 
- 
removeMBeanRemove an MBean from the exporter.Idempotent. 
 
-