Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: implement health endpoint for app tenants
Previously, there was a separate implementation of the Health endpoint for tenants in `tenant_admin.go`. Now that we've unified the implementations, that needs to be added to `adminServer`. The implementation for the system tenant uses liveness, this implementation uses the sqlServer's readiness to accept connections. Epic: CRDB-17356 Release note: None
- Loading branch information