v1.3.8
This patch release includes changes from the 1.1.13 release and the 1.3.8 milestone.
#2002 There was a backwards incompatible change made in 1.4.0 to the DistributionStatisticsConfig.getMinimumExpectedValue()
and DistributionStatisticsConfig.getMaximumExpectedValue()
, changing their return type from Long
to Double
. If you are using these methods in a library that intends to support users on Micrometer 1.3.x and 1.4.x+, you should instead use the newly added getMinimumExpectedValueAsDouble
and getMaximumExpectedValueAsDouble
methods, available in this release (1.3.8) and forthcoming 1.4.2 and 1.5.0.
Similarly, getSlaBoundaries
return type was changed in 1.4.0 from long[]
to double[]
, so a getServiceLevelObjectiveBoundaries()
method has been added to 1.3.8 and 1.4.2 and 1.5.0.