Hanzo
OpenapiMetrics

How many metric series this deployment holds for your org

Reports the native metrics store's live state for the calling tenant: the subsystem version, the resolved `org`, and `series` — the number of distinct…

GET /v1/metrics/health

Addresshttps://api.hanzo.ai/v1/metrics/health
MethodGET
Operationget_metrics_health
AuthAuthorization: Bearer $HANZO_API_KEY

Reports the native metrics store's live state for the calling tenant: the subsystem version, the resolved org, and series — the number of distinct series actually held right now, read out of the store rather than a constant. It is not a dependency probe and has nothing downstream to fail on: the store is in-process, so this answers 200 whenever the process is up.

The tenant is the gateway-minted X-Org-Id header, falling back to the deployment brand and then default. This surface trusts the edge rather than re-deriving the org from a validated claim of its own, so it belongs behind the gateway and nowhere else.

Request

GET /v1/metrics/health 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 metrics health

Metrics API · All Hanzo APIs · Interactive reference

How is this guide?

On this page