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

Add support for health checks #524

Open
Kaliumhexacyanoferrat opened this issue Oct 18, 2024 · 0 comments
Open

Add support for health checks #524

Kaliumhexacyanoferrat opened this issue Oct 18, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Kaliumhexacyanoferrat
Copy link
Owner

As a developer using Kubernetes for hosting, I would like to add health and readiness checks to my application, so I can use them in my configuration.

Example

var healthCheck = Health.ReadyWhen(() => AppStatus.Ready);

Acceptance criteria

  • The functionality is implemented in a new module
  • Health checks are automatically generated and provided via /healthz
  • Readness checks are provided by the app logic and provided via /ready
  • Health and readiness checks are not listed in the Open API spec
  • The feature is documented on the GenHTTP website
  • The feature is covered by acceptance tests
@Kaliumhexacyanoferrat Kaliumhexacyanoferrat added enhancement New feature or request good first issue Good for newcomers labels Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant