Skip to content

feat: Add comprehensive health monitoring system#136

Open
chideraisiguzor wants to merge 1 commit intoEthereal-Future:mainfrom
chideraisiguzor:feature/health-monitoring
Open

feat: Add comprehensive health monitoring system#136
chideraisiguzor wants to merge 1 commit intoEthereal-Future:mainfrom
chideraisiguzor:feature/health-monitoring

Conversation

@chideraisiguzor
Copy link
Copy Markdown

closes #32

  • Create /health endpoint with system status and metrics
  • Add Stellar network connectivity check
  • Add database (event sourcing) connectivity check
  • Include version and build information
  • Add dependency health checks
  • Implement readiness and liveness probes (/health/live, /health/ready)
  • Add performance metrics endpoint (/metrics)
  • Support proper HTTP status codes for health states
  • Calculate overall health percentage

Closes: Add application health monitoring

- Create /health endpoint with system status and metrics
- Add Stellar network connectivity check
- Add database (event sourcing) connectivity check
- Include version and build information
- Add dependency health checks
- Implement readiness and liveness probes (/health/live, /health/ready)
- Add performance metrics endpoint (/metrics)
- Support proper HTTP status codes for health states
- Calculate overall health percentage

Closes: Add application health monitoring
@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 26, 2026

@chideraisiguzor Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue #32: Implement Health Check Endpoints

2 participants