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

# Metrics and Charts

There are many metrics and charts in Upstash console. In this document, we will
explain what each of these charts refers to. There are two pages where you can
see charts and metrics:

## Database List

The charts on this page give aggregated and total information about the database
and your usage.

<Frame>
  <img src="https://mintcdn.com/upstash/pqZtv0gXFMQuy8rU/img/metrics/databaselist.png?fit=max&auto=format&n=pqZtv0gXFMQuy8rU&q=85&s=1bfeedaf3da962ac728ade0f96e4ec1b" width="100%" data-path="img/metrics/databaselist.png" />
</Frame>

In this chart, all your databases are listed. You can click on the name of the
database that you want to see detailed information. Also, the following
information is listed for each database:

* The region of the database
* The current size of the data
* The current count of active connections: Not that if your connections are
  short-lived then you may see 0 here most of the time.

## Database Detail

The charts on this page show metrics that are specific to the selected database.

### Current Month

<Frame>
  <img src="https://mintcdn.com/upstash/pqZtv0gXFMQuy8rU/img/metrics/current-month.png?fit=max&auto=format&n=pqZtv0gXFMQuy8rU&q=85&s=5877d4bebd845c27810cc8cc4ec3195f" width="100%" data-path="img/metrics/current-month.png" />
</Frame>

* This chart shows the daily cost of the database. The chart covers the last 5
  days.

### Daily Request

<Frame>
  <img src="https://mintcdn.com/upstash/pqZtv0gXFMQuy8rU/img/metrics/requests5days.png?fit=max&auto=format&n=pqZtv0gXFMQuy8rU&q=85&s=bb47018dbc1f7c992f1f638b7a640bee" width="100%" data-path="img/metrics/requests5days.png" />
</Frame>

This chart shows the daily total number of requests to the database. The chart
covers the last 5 days.

### Throughput

<Frame>
  <img src="https://mintcdn.com/upstash/pqZtv0gXFMQuy8rU/img/metrics/throughput.png?fit=max&auto=format&n=pqZtv0gXFMQuy8rU&q=85&s=bd9b68c5f978fc6528688d77ec5ef2c1" width="100%" data-path="img/metrics/throughput.png" />
</Frame>

Throughput chart shows throughput values for reads, writes and commands (all
commands including reads and writes) per second. The chart covers the last 1
hour and it is updated every 10 seconds.

### Service Time Latency

<Frame>
  <img src="https://mintcdn.com/upstash/pqZtv0gXFMQuy8rU/img/metrics/latency.png?fit=max&auto=format&n=pqZtv0gXFMQuy8rU&q=85&s=93e539c79251a2a6b6f53418338df464" width="100%" data-path="img/metrics/latency.png" />
</Frame>

This chart shows the processing time of the request between it is received by
the server and the response is sent to the caller. It shows the times in max,
mean, min, 99.9 percentile and 99.99 percentile. The chart covers the last 1
hour and it is updated every 10 seconds.

### Data Size

<Frame>
  <img src="https://mintcdn.com/upstash/pqZtv0gXFMQuy8rU/img/metrics/datasize.png?fit=max&auto=format&n=pqZtv0gXFMQuy8rU&q=85&s=5566d7e0af3738a35fb29ce6b408d614" width="100%" data-path="img/metrics/datasize.png" />
</Frame>

This chart shows the data size of your database. The chart covers the last 24
hours and it is updated every 10 seconds.

### Connections

<Frame>
  <img src="https://mintcdn.com/upstash/pqZtv0gXFMQuy8rU/img/metrics/connections.png?fit=max&auto=format&n=pqZtv0gXFMQuy8rU&q=85&s=0e16374f40c7f79a5470ed23eb46e22a" width="100%" data-path="img/metrics/connections.png" />
</Frame>

This chart shows the number of active client connections. It shows the number of
open connections plus the number of short-lived connections that started and
terminated in 10 seconds period. The chart covers the last 1 hour and it is
updated every 10 seconds.

### Key Space

<Frame>
  <img src="https://mintcdn.com/upstash/pqZtv0gXFMQuy8rU/img/metrics/keyspace.png?fit=max&auto=format&n=pqZtv0gXFMQuy8rU&q=85&s=0064c3169cfef118f2758e6987243612" width="100%" data-path="img/metrics/keyspace.png" />
</Frame>

This chart shows the number of keys. The chart covers the last 24 hours and it
is updated every 10 seconds.

### Hits / Misses

<Frame>
  <img src="https://mintcdn.com/upstash/pqZtv0gXFMQuy8rU/img/metrics/hitsmisses.png?fit=max&auto=format&n=pqZtv0gXFMQuy8rU&q=85&s=2490381beaa6cb089397c8be234c1cb1" width="100%" data-path="img/metrics/hitsmisses.png" />
</Frame>

This chart shows the number of hits per second and misses per second. The chart
covers the last 1 hour and it is updated every 10 seconds.
