public class CompositeGauge<T> extends AbstractMeter implements Gauge, CompositeMeter
Gauge.BuilderMeter.Type| Modifier and Type | Method and Description |
|---|---|
void |
add(MeterRegistry registry) |
void |
remove(MeterRegistry registry) |
double |
value()
Returns the current value.
|
getDescription, getName, getTagsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getName, getTagspublic double value()
Gaugepublic void add(MeterRegistry registry)
add in interface CompositeMeterpublic void remove(MeterRegistry registry)
remove in interface CompositeMeter