- Home
- Capabilities
- Monitor Healthchecks
Health Check Endpoints
Quick Reference
What & Why
Definition
100% of services expose /health and /ready endpoints for liveness and readiness probes.
Business Value
Reduces mean time to detection (MTTD) from 4 hours to 15 minutes and enables proactive issue resolution for 60% of incidents before user impact Achieving 100% services have health endpoints is a key milestone toward this goal.
Context
This capability is part of the Foundation milestone's focus on establish baseline practices (testable, releasable, monitorable). Essential for teams targeting MTTR, CFR improvements.
Success Criteria
100% services have health endpoints
Measurement
Service endpoint scan for /health and /ready
Evidence
- Health check code
- Kubernetes probe config
- Health check response examples
In Practice
Real-World Implementation
Teams implement /health (liveness: basic app running), /ready (readiness: DB connected, dependencies healthy), return 200 or 503.
Concrete Example
Implementation Guide
Implementation Steps
Follow the measurement approach: Service endpoint scan for /health and /ready
For detailed step-by-step guidance, refer to the Observability & Monitoring Foundations Implementation Kit.
Resources
Implementation Kit
Observability & Monitoring Foundations KitTemplates
Browse all templatesRelated Resources
View learning pathsRelated Capabilities
Complementary
Often adopted together, from the Observability & Monitoring Foundations epic
Troubleshooting & FAQs
Common Issues
Issue: Target metric not improving
Solution: Verify measurement is accurate, check if prerequisites are fully implemented, review evidence artifacts for completeness
Issue: Team resistance to adoption
Solution: Start with pilot team, demonstrate value with metrics, provide training and support during transition
Issue: Inconsistent implementation across teams
Solution: Create shared templates and guidelines, establish regular sync meetings, use automation to enforce standards
Frequently Asked Questions
Can we implement this before completing prerequisites?
While possible, it's not recommended. Prerequisites ensure foundational practices are in place, making this capability more effective and easier to adopt.
How long does implementation typically take?
Most capabilities can be implemented within 90 days when tackled as part of the Foundation milestone. Individual timelines vary based on team size and existing practices.