From 17374463e0f130ded2609431372f0a7e40e9002a Mon Sep 17 00:00:00 2001 From: Andrew Rouse Date: Thu, 27 Jun 2024 11:50:38 +0100 Subject: [PATCH] Fix broken link --- spec/src/main/asciidoc/release_notes.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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