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

Implement /healthz resource #945

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Conversation

mazay
Copy link
Owner

@mazay mazay commented Oct 16, 2024

Description

Adding a new HTTP resource /healthz for k8s health checks, that do not spam logs. Fixes #603.

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • CI update/change

Pre-flight checklist

  • I have performed a self-review of my code
  • The change is covered by tests
  • The documentation is updated accordingly
  • PR label set

Copy link

codecov bot commented Oct 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 35.35%. Comparing base (80bb864) to head (c467508).
Report is 30 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #945      +/-   ##
==========================================
+ Coverage   35.27%   35.35%   +0.08%     
==========================================
  Files           9        9              
  Lines         774      775       +1     
==========================================
+ Hits          273      274       +1     
  Misses        481      481              
  Partials       20       20              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mazay mazay added the enhancement New feature or request label Oct 16, 2024
@mazay mazay merged commit 0c48b52 into master Oct 16, 2024
27 checks passed
@mazay mazay deleted the feature/separate-healthz-endpoint branch October 16, 2024 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add dedicated /healthz resource
1 participant