You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/src/main/asciidoc/changelog.adoc
+2
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,13 @@ A full list of changes may be found on the link:https://github.com/eclipse/micro
28
28
=== Functional Changes
29
29
* Introduced MP Config properties that customize how Histogram and Timer metrics track and output statistics for percentiles and histogram-buckets. (https://github.com/eclipse/microprofile-metrics/issues/691[691])(https://github.com/eclipse/microprofile-metrics/issues/676[676])(https://github.com/eclipse/microprofile-metrics/issues/675[675])(https://github.com/eclipse/microprofile-metrics/issues/674[674])(https://github.com/eclipse/microprofile-metrics/issues/587[587])
30
30
* @RegistryScope is now a qualifier (https://github.com/eclipse/microprofile-metrics/issues/749[749])
31
+
* (5.1.2) Provide default implementation for `bucketValues()` in the `Snapshot` class. (https://github.com/eclipse/microprofile-metrics/issues/796[796])
31
32
32
33
=== Other changes
33
34
34
35
* Include new recommendation for multi-application deployments to use a `mp.metrics.defaultAppName` property (https://github.com/eclipse/microprofile-metrics/issues/766[766])
35
36
* (5.1.1) Fix `MPMetricBaseMetricsTest` TCK test where gc.time was being checked as a counter. The `gc.time` metric is a gauge. (https://github.com/eclipse/microprofile-metrics/issues/786[786])
0 commit comments