![JAR search and dependency download from the Maven repository](/logo.png)
org.avaje.metric.GaugeDoubleGroup Maven / Gradle / Ivy
The newest version!
package org.avaje.metric;
/**
* Groups {@link GaugeDoubleMetric} that are closely related.
*
* Used for example to group the JVM Memory gauges together such as Percentage Used, Max Memory,
* Initial Memory, Committed Memory.
*/
public interface GaugeDoubleGroup extends Metric {
/**
* Return the metrics in this group.
*/
GaugeDoubleMetric[] getGaugeMetrics();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy