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

refactor: Healthz endpoints refactor #143

Merged
merged 2 commits into from
Aug 28, 2024
Merged

Conversation

AlfredoG87
Copy link
Contributor

Description:
Refactor HealthService to use readyz and livez instead of liveness and readyness endpoints

Related issue(s):

Fixes #119

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

…eadiness endpoints to livez and readyz

Signed-off-by: Alfredo Gutierrez <[email protected]>
@AlfredoG87 AlfredoG87 force-pushed the healthz-endpoints-refactor branch from 321662d to 06f10be Compare August 27, 2024 19:39
@AlfredoG87 AlfredoG87 self-assigned this Aug 27, 2024
@AlfredoG87 AlfredoG87 added Improvement Code changes driven by non business requirements P2 Required to be completed in the assigned milestone, but may or may not impact release schedule. labels Aug 27, 2024
@AlfredoG87 AlfredoG87 added this to the 0.1.0 milestone Aug 27, 2024
@AlfredoG87 AlfredoG87 changed the title Healthz endpoints refactor refactor: Healthz endpoints refactor Aug 27, 2024
@AlfredoG87 AlfredoG87 marked this pull request as ready for review August 27, 2024 20:55
@AlfredoG87 AlfredoG87 requested a review from a team as a code owner August 27, 2024 20:55
Copy link
Contributor

@mattp-swirldslabs mattp-swirldslabs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@AlfredoG87 AlfredoG87 merged commit 3c95691 into main Aug 28, 2024
18 checks passed
@AlfredoG87 AlfredoG87 deleted the healthz-endpoints-refactor branch August 28, 2024 19:30
Copy link

codecov bot commented Aug 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (75ce0b3) to head (a1adbe8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##                main      #143   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       135       135           
===========================================
  Files             26        26           
  Lines            513       511    -2     
  Branches          27        27           
===========================================
- Hits             513       511    -2     
Files with missing lines Coverage Δ
.../hedera/block/server/health/HealthServiceImpl.java 100.00% <100.00%> (ø)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Code changes driven by non business requirements P2 Required to be completed in the assigned milestone, but may or may not impact release schedule.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change healthz endpoints names, for more standard names
3 participants