Uses of Class
org.springframework.boot.actuate.autoconfigure.metrics.MeterValue
Packages that use MeterValue
Package
Description
Auto-configuration for actuator metrics and Micrometer.
-
Uses of MeterValue in org.springframework.boot.actuate.autoconfigure.metrics
Methods in org.springframework.boot.actuate.autoconfigure.metrics that return MeterValueModifier and TypeMethodDescriptionstatic MeterValueMeterValue.valueOf(double value) Return a newMeterValueinstance for the given double value.static MeterValueReturn a newMeterValueinstance for the given String value.