Uses of Class
org.springframework.boot.micrometer.metrics.autoconfigure.MeterValue
Packages that use MeterValue
Package
Description
Auto-configuration for metrics with Micrometer.
-
Uses of MeterValue in org.springframework.boot.micrometer.metrics.autoconfigure
Methods in org.springframework.boot.micrometer.metrics.autoconfigure 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.