public interface Gauge<T> extends Metric
Metric that calculates a specific value at a point in time.| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Calculates and returns the measured value.
|
void |
setValue(T value)
Set the measured value.
|
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.