diff --git a/spec/src/main/asciidoc/release_notes.asciidoc b/spec/src/main/asciidoc/release_notes.asciidoc index 11e8e425..0f4337e2 100644 --- a/spec/src/main/asciidoc/release_notes.asciidoc +++ b/spec/src/main/asciidoc/release_notes.asciidoc @@ -33,7 +33,7 @@ No. - Work with MicroProfile Telemetry Metrics (link:https://github.com/eclipse/microprofile-fault-tolerance/issues/622[#622]) === Other Changes -- Removed use of unmanaged threads in TCK (link:https://github.com/eclipse/microprofile-fault-tolerance/issues/634[#634]) +- Removed unmanaged threads in TCK (link:https://github.com/eclipse/microprofile-fault-tolerance/issues/634[#634]) [[release_notes_40]] == Release Notes for MicroProfile Fault Tolerance 4.0 @@ -69,7 +69,7 @@ In addition, metrics have moved from the `application:` scope to the `base:` sco Old metric:: `application:ft..timeout.callsTimedOut.total` New metric:: `base:ft.timeout.calls.total{method="", timedOut="true"}` -These changes mean that existing dashboards and queries which use metrics provided by MicroProfile Fault Tolerance will need to be updated to use the new metrics listed in <>. +These changes mean that existing dashboards and queries which use metrics provided by MicroProfile Fault Tolerance will need to be updated to use the new metrics listed in <>. ==== Lifecycle of circuit breakers and bulkheads is now specified