Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
Azquelt committed Jun 27, 2024
1 parent 2b530e0 commit f299d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/release_notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -69,7 +69,7 @@ In addition, metrics have moved from the `application:` scope to the `base:` sco
Old metric:: `application:ft.<name>.timeout.callsTimedOut.total`
New metric:: `base:ft.timeout.calls.total{method="<name>", 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 <<Integration with MicroProfile Metrics>>.
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 <<Integration with MicroProfile Metrics and MicroProfile Telemetry>>.

==== Lifecycle of circuit breakers and bulkheads is now specified

Expand Down

0 comments on commit f299d4b

Please sign in to comment.