You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The link:https://smallrye.io/docs/smallrye-fault-tolerance/6.9.2/reference/programmatic-api.html[programmatic API] is present and integrated with the declarative, annotation-based API.
611
+
The link:https://smallrye.io/docs/smallrye-fault-tolerance/6.10.0/reference/programmatic-api.html[programmatic API] is present and integrated with the declarative, annotation-based API.
612
612
You can use the `Guard`, `TypedGuard` and `@ApplyGuard` APIs out of the box.
613
613
614
614
Support for Kotlin is present (assuming you use the Quarkus extension for Kotlin), so you can guard your `suspend` functions with fault tolerance annotations.
615
615
616
616
Metrics are automatically discovered and integrated.
617
617
If your application uses the Quarkus extension for Micrometer, SmallRye Fault Tolerance will emit metrics to Micrometer.
618
-
If your application uses the Quarkus extension for SmallRye Metrics, SmallRye Fault Tolerance will emit metrics to MicroProfile Metrics.
619
-
Otherwise, SmallRye Fault Tolerance metrics will be disabled.
618
+
Otherwise, SmallRye Fault Tolerance will emit metrics to MicroProfile Metrics, OpenTelemetry Metrics, or both, depending on which Quarkus extensions are present.
619
+
If no Quarkus metrics extension is present, SmallRye Fault Tolerance metrics will be disabled.
0 commit comments