# Hanzo Metrics — Hanzo AI

> High-cardinality time-series database for AI metrics

metrics.hanzo.ai

# Hanzo Metrics

The metrics half of Hanzo O11y

Metrics used to be its own database here. It is now a subsystem of Hanzo O11y, which serves metrics, logs and traces from one column store — so a counter and the trace that incremented it are one query. Reach for this page when the question is a number over time; the rest of O11y is where that number leads.

[View on GitHub](https://github.com/hanzoai/metrics)

Paste and ship

Paste this into any agent. It reads the skill manifest and calls Metrics from there.

Agent promptapi /v1/insightsCopy

```
Read https://hanzo.ai/skill.md and use Hanzo Metrics in my project. Start with: hanzo metrics query
```

## What a metric is here

A row in a column store rather than a series in a store of its own.

01

### One store, not four

Metrics go where the logs and traces already are — Hanzo Datastore, a column store. Nothing to run beside it and nothing to keep in sync with it.

02

### PromQL, or the builder

Bring the PromQL you already wrote, or assemble the query in the UI without learning it. Both compile to the same thing.

03

### Labels you would not dare add

Per-model, per-route, per-tenant. A column store counts distinct values for a living, so a label that would multiply series in a time-series database is just another column here.

04

### The number leads somewhere

A spike on a chart is the start of a question, not the end. Click it and you are in the traces for that window, because they were never in a different system.

05

### Alerts are saved queries

You write the query, look at it, then keep it as a rule. What pages you is something you have already seen return the answer you expected.

06

### Scoped to your org

Every query carries the org from your token, so one deployment serves many tenants and no panel can read across them.

## Send a metric, then follow it

[View on GitHub](https://github.com/hanzoai/metrics)

## Start building with Metrics

[Get your API key](https://platform.hanzo.ai/api-keys)

One API key. One credit balance. Every primitive.

Related capabilities

[Overview](https://hanzo.ai/overview)[EvalsMeasure model & agent quality](https://hanzo.ai/cloud/evals)[LogsSearch every line](https://hanzo.ai/cloud/logs)

## Open source

License: Apache-2.0[hanzoai/metrics](https://github.com/hanzoai/metrics)

## Get Metrics

Time-series metrics

[Deploy to Cloud](https://platform.hanzo.ai/deploy)
