Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.metrics |
Auto-configuration for actuator metrics and Micrometer.
|
Modifier and Type | Method and Description |
---|---|
static MeterValue |
MeterValue.valueOf(double value)
Return a new
MeterValue instance for the given double value. |
static MeterValue |
MeterValue.valueOf(String value)
Return a new
MeterValue instance for the given String value. |