2020-08-18 08:10:16 -04:00
---
2022-02-10 13:18:16 -05:00
description: "Merge request analytics help you understand the efficiency of your code review process, and the productivity of your team." # Up to ~200 chars long. They will be displayed in Google Search snippets. It may help to write the page intro first, and then reuse it here.
2020-08-18 08:10:16 -04:00
stage: Manage
2020-11-19 13:09:13 -05:00
group: Optimize
2020-11-26 01:09:20 -05:00
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2020-08-18 08:10:16 -04:00
---
2022-02-10 13:18:16 -05:00
# Merge request analytics **(PREMIUM)**
2020-08-18 08:10:16 -04:00
2021-05-07 14:10:21 -04:00
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/229045) in GitLab 13.3.
> - Moved to GitLab Premium in 13.9.
2020-08-18 08:10:16 -04:00
2022-02-10 13:18:16 -05:00
Use merge request analytics to view:
2020-08-18 08:10:16 -04:00
2022-02-10 13:18:16 -05:00
- The number of merge requests your organization merged per month.
- The average time between merge request creation and merge.
- Information about each merged merge request.
2020-08-18 08:10:16 -04:00
2022-02-10 13:18:16 -05:00
You can use merge request analytics to identify:
2020-08-18 08:10:16 -04:00
2022-02-10 13:18:16 -05:00
- Low or high productivity months.
- Efficiency and productivity of your merge request process.
- Efficiency of your code review process.
2020-08-18 08:10:16 -04:00
2022-02-10 13:18:16 -05:00
## View merge request analytics
You must have at least the Reporter role to view merge request analytics.
To view merge request analytics:
2021-08-30 14:10:36 -04:00
2022-09-14 14:12:48 -04:00
1. On the top bar, select **Main menu > Projects** and find your project.
2021-08-30 14:10:36 -04:00
1. On the left sidebar, select **Analytics > Merge request** .
2020-08-18 08:10:16 -04:00
2022-08-08 11:10:32 -04:00
## View the number of merge requests in a date range
2020-08-18 08:10:16 -04:00
2022-02-10 13:18:16 -05:00
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/232651) in GitLab 13.3.
> - Filtering [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/229266) in GitLab 13.4
2020-08-18 08:10:16 -04:00
2022-08-08 11:10:32 -04:00
To view the number of merge requests merged during a specific date range:
2020-08-18 08:10:16 -04:00
2022-09-14 14:12:48 -04:00
1. On the top bar, select **Main menu > Projects** and find your project.
2022-02-10 13:18:16 -05:00
1. On the left sidebar, select **Analytics > Merge request** .
2022-02-24 04:14:06 -05:00
1. Optional. Filter results:
2022-02-10 13:18:16 -05:00
1. Select the filter bar.
1. Select a parameter.
1. Select a value or enter text to refine the results.
1. To adjust the date range:
- In the **From** field, select a start date.
- In the **To** field, select an end date.
2020-08-18 08:10:16 -04:00
2022-04-20 08:09:35 -04:00
The **Throughput** chart shows issues closed or merge requests merged (not closed) over a period of
time.
2020-08-21 17:10:01 -04:00
2022-02-10 13:18:16 -05:00
The table shows up to 20 merge requests per page, and includes
information about each merge request.
2020-08-21 17:10:01 -04:00
2022-02-10 13:18:16 -05:00
## View average time between merge request creation and merge
2021-02-17 13:09:19 -05:00
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/229389) in GitLab 13.9.
2022-02-10 13:18:16 -05:00
Use the number in **Mean time to merge** to view the average time between when a merge request is
2022-04-20 08:09:35 -04:00
created and when it's merged. Closed and un-merged merge requests are not included.
2020-08-21 17:10:01 -04:00
2022-02-10 13:18:16 -05:00
To view **Mean time to merge** :
2020-09-15 17:09:35 -04:00
2022-09-14 14:12:48 -04:00
1. On the top bar, select **Main menu > Projects** and find your project.
2022-04-20 08:09:35 -04:00
1. On the left sidebar, select **Analytics > Merge request** . The **Mean time to merge** number
is shown on the dashboard.