2020-05-24 23:13:21 +05:30
---
2022-11-25 23:54:43 +05:30
stage: Plan
2021-02-22 17:27:13 +05:30
group: Optimize
2022-11-25 23:54:43 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
2020-05-24 23:13:21 +05:30
---
2021-09-04 01:27:46 +05:30
# Analyze GitLab usage **(FREE)**
2020-04-22 19:07:51 +05:30
2020-11-24 15:15:51 +05:30
## Instance-level analytics
2019-10-12 21:52:04 +05:30
2020-11-24 15:15:51 +05:30
Instance-level analytics make it possible to aggregate analytics across
2019-10-12 21:52:04 +05:30
GitLab, so that users can view information across multiple projects and groups
in one place.
2020-11-24 15:15:51 +05:30
[Learn more about instance-level analytics ](../admin_area/analytics/index.md ).
2019-10-12 21:52:04 +05:30
2021-11-11 11:23:49 +05:30
## Group-level analytics
2019-10-12 21:52:04 +05:30
2022-08-27 11:52:29 +05:30
> Moved to GitLab Premium in 13.9.
2019-10-12 21:52:04 +05:30
2021-11-11 11:23:49 +05:30
GitLab provides several analytics features at the group level. Some of these features require you to use a higher tier than GitLab Free.
2019-10-12 21:52:04 +05:30
2022-03-02 08:16:31 +05:30
- [Application Security ](../application_security/security_dashboard/index.md )
2021-06-08 01:23:25 +05:30
- [Contribution ](../group/contribution_analytics/index.md )
- [DevOps Adoption ](../group/devops_adoption/index.md )
- [Insights ](../group/insights/index.md )
- [Issue ](../group/issues_analytics/index.md )
- [Productivity ](productivity_analytics.md )
- [Repositories ](../group/repositories_analytics/index.md )
- [Value Stream ](../group/value_stream_analytics/index.md )
2019-10-12 21:52:04 +05:30
2020-04-22 19:07:51 +05:30
## Project-level analytics
2019-12-04 20:38:33 +05:30
2021-11-11 11:23:49 +05:30
You can use GitLab to review analytics at the project level. Some of these features require you to use a higher tier than GitLab Free.
2019-12-04 20:38:33 +05:30
2022-03-02 08:16:31 +05:30
- [Application Security ](../application_security/security_dashboard/index.md )
2023-01-13 00:05:48 +05:30
- [CI/CD & DORA ](ci_cd_analytics.md )
2021-06-08 01:23:25 +05:30
- [Code Review ](code_review_analytics.md )
- [Insights ](../project/insights/index.md )
- [Issue ](../group/issues_analytics/index.md )
2020-11-24 15:15:51 +05:30
- [Merge Request ](merge_request_analytics.md ), enabled with the `project_merge_request_analytics`
2021-06-08 01:23:25 +05:30
[feature flag ](../../development/feature_flags/index.md#enabling-a-feature-flag-locally-in-development )
- [Repository ](repository_analytics.md )
- [Value Stream ](value_stream_analytics.md )
2021-04-29 21:17:54 +05:30
2021-11-11 11:23:49 +05:30
## User-configurable analytics
2021-04-29 21:17:54 +05:30
The following analytics features are available for users to create personalized views:
2022-08-27 11:52:29 +05:30
- [Application Security ](../application_security/security_dashboard/index.md#security-center )
2021-11-11 11:23:49 +05:30
Be sure to review the documentation page for this feature for GitLab tier requirements.
2021-12-11 22:18:48 +05:30
## Definitions
We use the following terms to describe GitLab analytics:
2022-01-26 12:08:38 +05:30
- **Mean Time to Change (MTTC):** The average duration between idea and delivery. GitLab measures
2021-12-11 22:18:48 +05:30
MTTC from issue creation to the issue's latest related merge request's deployment to production.
2022-01-26 12:08:38 +05:30
- **Mean Time to Detect (MTTD):** The average duration that a bug goes undetected in production.
2021-12-11 22:18:48 +05:30
GitLab measures MTTD from deployment of bug to issue creation.
2022-01-26 12:08:38 +05:30
- **Mean Time To Merge (MTTM):** The average lifespan of a merge request. GitLab measures MTTM from
merge request creation to merge request merge (and closed/un-merged merge requests are excluded).
2021-12-11 22:18:48 +05:30
For more information, see [Merge Request Analytics ](merge_request_analytics.md ).
2022-01-26 12:08:38 +05:30
- **Mean Time to Recover/Repair/Resolution/Resolve/Restore (MTTR):** The average duration that a bug
2021-12-11 22:18:48 +05:30
is not fixed in production. GitLab measures MTTR from deployment of bug to deployment of fix.
2022-01-26 12:08:38 +05:30
- **Velocity:** The total issue burden completed in some period of time. The burden is usually measured
in points or weight, often per sprint. For example, your velocity may be "30 points per sprint". GitLab
2021-12-11 22:18:48 +05:30
measures velocity as the total points or weight of issues closed in a given period of time.