Hanzo
OpenapiMetrics

How many spans this deployment holds for your org

Reports the native trace store's live state for the calling tenant: the subsystem version and `spans`, the count actually held right now.

GET /v1/metrics/traces/health

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

Reports the native trace store's live state for the calling tenant: the subsystem version and spans, the count actually held right now. Not a dependency probe — 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.

Request

GET /v1/metrics/traces/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 has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Metrics API · All Hanzo APIs · Interactive reference

How is this guide?

On this page