@Public public interface Gauge<T> extends Metric
Metric that calculates a specific value at a point in time.| Modifier and Type | Method and Description |
|---|---|
default MetricType |
getMetricType() |
T |
getValue()
Calculates and returns the measured value.
|
T getValue()
default MetricType getMetricType()
getMetricType in interface MetricCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.