jerryshao opened a new issue, #10856: URL: https://github.com/apache/gravitino/issues/10856
### What would you like to be improved? The three health check endpoints added in #10840 (and backported in #10853) currently lack user-facing documentation: - `GET /api/health/live` — liveness probe - `GET /api/health/ready` — readiness probe - `GET /api/health` — aggregate health check - Root-level aliases: `GET /health`, `GET /health/live`, `GET /health/ready`, `GET /health.html` Users deploying Gravitino with Kubernetes, load balancers, or enterprise GTMs need documentation to configure probes correctly. ### How should we improve? Add a documentation page or section covering: - Endpoint descriptions and response formats - Configuration key `gravitino.server.health.entityStore.probeTimeoutMs` - Example Kubernetes liveness/readiness probe configuration - Authentication exemption behavior (no credentials required) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
