> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# MetricsSeries

> One metric's answer inside a MetricsResponse.

One metric's answer inside a `MetricsResponse`.

## Properties

### dimensions?

```ts theme={null}
optional dimensions?: Record<string, string>;
```

One value per declared dimension, when the series is broken down.

***

### metric

```ts theme={null}
metric: string;
```

The declared metric key this series answers for.

***

### points

```ts theme={null}
points: [string, number][];
```

`[timestamp, value]` pairs, oldest first.

***

### unit

```ts theme={null}
unit: "count" | "ratio" | "currency" | "seconds" | "bytes";
```

Has to match the unit the manifest declares for that key.
