![JAR search and dependency download from the Maven repository](/logo.png)
com.pdd.pop.ext.codahale.metrics.JmxAttributeGauge Maven / Gradle / Ivy
package com.pdd.pop.ext.codahale.metrics;
import javax.management.JMException;
import javax.management.MBeanServer;
import javax.management.ObjectName;
import java.lang.management.ManagementFactory;
/**
* A {@link Gauge} implementation which queries a {@link MBeanServer} for an attribute of an object.
*/
public class JmxAttributeGauge implements Gauge
© 2015 - 2025 Weber Informatics LLC | Privacy Policy