# Throughput

Indicates the amount of work completed within a specific time frame.

<figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2FWBZuW80KAn1a8pFgnpE5%2FScreenshot%202025-06-03%20at%2012.38.41%E2%80%AFAM.png?alt=media&#x26;token=685ca2a5-57ed-499b-8421-f03fa66010db" alt=""><figcaption></figcaption></figure>

The following metrics are part of Throughput -

#### [**Coding Days**](https://typo.gitbook.io/typo-help-docs/engineering-metrics/pull-request-metrics/coding-days)

Coding days represent the average number of days per week each developer commits their code to Git. This metric is different from Coding Time.

#### **Pull Requests Created**

This shows the total PRs created in the given periods

#### **Issues Resolved**

The issue resolved represents the number of issues moved to the complete stage in the selected period.

#### [**Merge Frequency**](https://typo.gitbook.io/typo-help-docs/engineering-metrics/pull-request-metrics/merge-frequency)

Merge Frequency represents the rate at which the Pull Requests are merged into any of the code branches per day.

#### [**Deployment PRs**](https://typo.gitbook.io/typo-help-docs/engineering-metrics/dora/deployment-frequency)

Deployment PRs represent the average number of Pull Requests merged in the main/master/production branch per week.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://typo.gitbook.io/typo-help-docs/platform/metrics/throughput.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
