diff --git a/spec/src/main/asciidoc/release_notes.asciidoc b/spec/src/main/asciidoc/release_notes.asciidoc index f485c2c5..91e9514b 100644 --- a/spec/src/main/asciidoc/release_notes.asciidoc +++ b/spec/src/main/asciidoc/release_notes.asciidoc @@ -66,7 +66,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