CLIMetrics
Metrics
4 `hanzo` commands for Metrics, each calling one operation on api.hanzo.ai.
4 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo metrics batch | POST /v1/metrics/batch | Ingest a MetricBatch — the same payload the ZAP transport carries |
hanzo metrics health | GET /v1/metrics/health | How many metric series this deployment holds for your org |
hanzo metrics query | GET /v1/metrics/query | Read your org's series back over a time range |
hanzo metrics write | POST /v1/metrics/write | Append samples to your org's named, labelled series |
How is this guide?