Liveness Probe
Indicates that the service is running and can handle HTTP requests.
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.
The following are the health probe endpoints that can be used on platforms such as Kubernetes.
| Endpoint | Purpose |
|---|---|
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. |
Indicates that the service is running and can handle HTTP requests.
Indicates the service is initialized and ready to serve requests.
Indicates that the service is running and all components are functioning correctly.