![JAR search and dependency download from the Maven repository](/logo.png)
org.avaje.metric.GaugeLongGroup Maven / Gradle / Ivy
The newest version!
package org.avaje.metric;
/**
* Groups {@link GaugeLongMetric} gauges that are closely related.
*
* For example this used to group the JVM Thread gauges such as 'active threads' and 'total threads'
* together.
*/
public interface GaugeLongGroup extends Metric {
/**
* Return the metrics in this group.
*/
GaugeLongMetric[] getGaugeMetrics();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy