Hanzo
OpenapiO11y

Liveness of the observability process

Answers 200 unconditionally while the process is running, and asserts NOTHING about the telemetry stores behind it.

GET /v1/o11y/livez

Addresshttps://api.hanzo.ai/v1/o11y/livez
MethodGET
Operationget_o11y_livez
AuthAuthorization: Bearer $HANZO_API_KEY

Answers 200 unconditionally while the process is running, and asserts NOTHING about the telemetry stores behind it. That is what makes it a liveness probe: a container that answers this is worth leaving alive, and restarting on a store outage would only remove the thing reporting the outage.

UNAUTHENTICATED by design, and one of exactly three /v1/o11y paths that are. It carries no tenant data, and gating it would break the k8s probes and the external health checks without protecting anything. Use the health probe, not this one, to ask whether the runtime can actually serve.

Request

GET /v1/o11y/livez 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 livez

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page