Skip to content

Commit a12d803

Browse files
authored
Merge pull request #132 from Ladicek/smallrye-fault-tolerance-6.11.1
SmallRye Fault Tolerance 6.11.1 release announcement
2 parents 2930428 + 79eb4df commit a12d803

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
:page-layout: post
2+
:page-title: Fault Tolerance 6.11.1
3+
:page-synopsis: SmallRye Fault Tolerance 6.11.1 released!
4+
:page-tags: [announcement, microprofile]
5+
:page-date: 2026-03-30 13:00:00.000 +0100
6+
:page-author: lthon
7+
:smallrye-ft: SmallRye Fault Tolerance
8+
:microprofile-ft: MicroProfile Fault Tolerance
9+
10+
= Fault Tolerance 6.11.1
11+
12+
Today, we announce the https://github.com/smallrye/smallrye-fault-tolerance/releases/tag/6.11.1[release] of {smallrye-ft} 6.11.1.
13+
This release contains one small bugfix.
14+
15+
The Micrometer integration registers all metrics early.
16+
During that registration, incorrect tags were used for rate limit metrics.
17+
The actual collection of rate limit metrics is correct, but the disparity between initial registration and actual collection may lead to failures with certain observability systems, such as Prometheus.
18+
Initial registration uses correct tags now, so the issue is fixed.
19+
20+
As usual, if you have any ideas for improvements, please https://github.com/smallrye/smallrye-fault-tolerance/issues[file an issue]!

0 commit comments

Comments
 (0)