Uses of Class
io.dropwizard.metrics5.RatioGauge.Ratio
-
Uses of RatioGauge.Ratio in io.dropwizard.metrics5
Methods in io.dropwizard.metrics5 that return RatioGauge.RatioModifier and TypeMethodDescriptionprotected abstract RatioGauge.Ratio
RatioGauge.getRatio()
Returns theRatioGauge.Ratio
which is the gauge's current value.static RatioGauge.Ratio
RatioGauge.Ratio.of
(double numerator, double denominator) Creates a new ratio with the given numerator and denominator.