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 a /healthcheck endpoint #320

Open
jelveh opened this issue Apr 22, 2024 · 0 comments
Open

Implement a /healthcheck endpoint #320

jelveh opened this issue Apr 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jelveh
Copy link
Contributor

jelveh commented Apr 22, 2024

Description

We need to add a /healthcheck endpoint to our application for monitoring its health status. This endpoint is crucial for:

  • Monitoring: Allows external systems and alert systems to check the application's health.
  • Deployment: Ensures the application is healthy before directing traffic.
  • Troubleshooting: Provides insights into any issues.

Tasks

  1. Endpoint Implementation: Create /healthcheck endpoint.
  2. Health Check Logic: Implement logic to check application's basic health.
  3. Response Format: Define response format for /healthcheck.
@jelveh jelveh added the enhancement New feature or request label Apr 22, 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
Projects
None yet
Development

No branches or pull requests

2 participants