Data Discovery is currently in Private Preview and is not available for General Availability (GA). It should not be used in production environments, as features and functionality may change before the final GA release.

Health Probes

Kubernetes-style health probe endpoints for monitoring state of the service.

The following are the health probe endpoints that can be used on platforms such as Kubernetes.

EndpointPurpose
Liveness (/live)Indicates that the service can handle HTTP requests.
Readiness (/ready)Indicates that the service is initialized and ready to serve requests.
Health (/health)Indicates that the service is running and all components are functioning properly.

Liveness Probe

Indicates that the service is running and can handle HTTP requests.

Readiness Probe

Indicates the service is initialized and ready to serve requests.

Health Check

Indicates that the service is running and all components are functioning correctly.

Last modified : March 11, 2026