Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metrics support for FT SE #9654

Merged
merged 9 commits into from
Jan 15, 2025
Merged

Metrics support for FT SE #9654

merged 9 commits into from
Jan 15, 2025

Conversation

spericas
Copy link
Member

@spericas spericas commented Jan 13, 2025

Description

Basic support for metrics in FT SE. The following metrics are supported:

  • ft.bulkhead.calls.total
  • ft.bulkhead.waitingDuration
  • ft.bulkhead.executionsRunning
  • ft.bulkhead.executionsWaiting
  • ft.circuitbreaker.calls.total
  • ft.circuitbreaker.opened.total
  • ft.retry.calls.total
  • ft.retry.retries.total
  • ft.timeout.calls.total
  • ft.timeout.executionDuration

Metrics are disabled by default but can be enabled using ft.metrics.enabled=true or individually using enableMetrics(boolean) on the corresponding metric builder. For more information about these new metrics see fault-tolerance.adoc updates included in this PR. See Issue #9609.

Documentation

Included as part of this PR.

@spericas spericas added this to the 4.2.0 milestone Jan 13, 2025
@spericas spericas self-assigned this Jan 13, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 13, 2025
@spericas spericas marked this pull request as draft January 13, 2025 18:53
@spericas spericas force-pushed the issue-9609 branch 2 times, most recently from adbd97d to e5d7dda Compare January 13, 2025 21:43
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
@spericas spericas marked this pull request as ready for review January 15, 2025 13:44
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
@spericas spericas merged commit 8e7a563 into helidon-io:main Jan 15, 2025
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fault-tolerance metrics OCA Verified All contributors have signed the Oracle Contributor Agreement. SE
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants