Skip to main content
GET
/
ready
Readiness check
curl --request GET \
  --url https://tracer.lerian.io/ready
{
  "status": "READY",
  "checks": [
    {
      "component": "database",
      "status": "OK",
      "message": ""
    }
  ]
}

Response

Indicates that the service is ready to accept traffic.

status
enum<string>

Overall service status.

Available options:
READY,
NOT_READY
checks
object[]

Individual component health checks.