Skip to content

Commit

Permalink
Updates to FT doc.
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
  • Loading branch information
spericas committed Jan 15, 2025
1 parent 8c45b4c commit 3cf18a1
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions docs/src/main/asciidoc/se/fault-tolerance.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -262,19 +262,13 @@ in Helidon when a method is decorated with multiple annotations.
== Metrics
The Helidon Fault Tolerance module has support for some basic metrics to monitor
certain conditions. Metrics are disabled by default, but can be enabled via config by
setting the property `ft.metrics.enabled=true` and by including an actual metrics
implementation in your classpath.
certain application conditions. Metrics are disabled by default, but can be enabled
via config by setting the property `ft.metrics.enabled=true` and by including an actual
metrics implementation in your classpath. For more information about metrics implementations
see xref:{rootdir}/se/metrics/metrics.adoc[Helidon Metrics].
```
<dependency>
<groupId>io.helidon.metrics</groupId>
<artifactId>helidon-metrics</artifactId>
</dependency>
```
The following tables lists all the metrics created by the Fault Tolerance module.
Note that these metrics are generated per instance, and that each instance _must_
The following tables list all the metrics created by the Fault Tolerance module.
Note that these metrics are generated per command instance, and that each instance _must_
be identified by a unique name --assigned either programmatically by
the application developer or automatically by the API.
Expand Down

0 comments on commit 3cf18a1

Please sign in to comment.