Hanzo
OpenapiO11y

Readiness of the observability runtime to serve

Reports whether the runtime's registered services are healthy enough to take traffic, and answers 503 when they are not — which is what takes a booting or…

GET /v1/o11y/readyz

Addresshttps://api.hanzo.ai/v1/o11y/readyz
MethodGET
Operationget_o11y_readyz
AuthAuthorization: Bearer $HANZO_API_KEY

Reports whether the runtime's registered services are healthy enough to take traffic, and answers 503 when they are not — which is what takes a booting or degraded replica out of the load balancer instead of letting it serve errors.

UNAUTHENTICATED by design, like the other two probes. It reads the same service registry the health probe reads, so the two agree by construction; readiness is the question a router asks and health is the question an operator asks.

Request

GET /v1/o11y/readyz takes no parameters and no body — the credential is the whole request.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo o11y readyz

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page