Use this endpoint to check whether the service is ready to accept traffic by verifying all required dependencies (database, cache, MongoDB, and telemetry). This endpoint is designed for Kubernetes readiness probes.
Indicates that the service is ready to accept traffic. Status is UP when all dependencies are healthy, or DEGRADED when an optional dependency is down.
Overall service status. UP when all dependencies are healthy, DEGRADED when an optional dependency is down, DOWN when a mandatory dependency is down.
UP, DEGRADED, DOWN "UP"
Health status of each dependency.
Timeout used for dependency checks, in milliseconds.
5000