@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 Metric
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.