-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
No health endpoints for liveness and readiness, making monitoring and orchestration harder.
Proposal
- Add /health for liveness (always returns OK)
- Add /ready for readiness (checks DB connectivity and disk space)
- Tag and log responses
Alternatives considered
- Health checks only via external tools.
Acceptance criteria
- /health returns OK regardless of DB state
- /ready checks DB connectivity and disk space
- Responses tagged and logged
Technical notes
- Microsoft.Extensions.Diagnostics.HealthChecks
- Map endpoints and add Serilog logging
Risks
- Health endpoints may be abused for info leaks if not secured/logged.
Additional context
Labels: devops
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request