public class DropwizardGauge extends AbstractMeter implements Gauge
Gauge.Builder<T>Meter.Id, Meter.Type| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
double |
value()
The act of observing the value by calling this method triggers sampling
of the underlying number or user-defined function that defines the value for the gauge.
|
getIdpublic double value()
Gaugepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object