debian-mirror-gitlab/doc/user/analytics/repository_analytics.md

42 lines
1.6 KiB
Markdown
Raw Normal View History

2020-05-24 23:13:21 +05:30
---
stage: Manage
2021-02-22 17:27:13 +05:30
group: Optimize
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-05-24 23:13:21 +05:30
---
2021-11-18 22:05:49 +05:30
# Repository Analytics **(FREE)**
2020-05-24 23:13:21 +05:30
Get high-level overview of the project's Git repository.
![Repository Analytics](img/repository_analytics_v13_0.png)
## Availability
Repository Analytics is part of [GitLab Community Edition](https://gitlab.com/gitlab-org/gitlab-foss). It's available to anyone who has permission to clone the repository.
The feature requires:
- An initialized Git repository.
- At least one commit in the default branch (`master` by default).
## Overview
You can find Repository Analytics in the project's sidebar. To access the page, go to **{chart}** **Analytics > Repository**.
2021-02-22 17:27:13 +05:30
NOTE:
2020-05-24 23:13:21 +05:30
Without a Git commit in the default branch, the menu item won't be visible.
2021-06-08 01:23:25 +05:30
Commits in a project's [wiki](../project/wiki/index.md#track-wiki-events) are not included in the analysis.
2020-05-24 23:13:21 +05:30
### Charts
2021-12-11 22:18:48 +05:30
The data in the charts are queued. Background workers update the charts 10 minutes after each commit in the default branch. Depending on the size of the GitLab installation, it may take longer for data to refresh due to variations in the size of background job queues.
2020-05-24 23:13:21 +05:30
Available charts:
- Programming languages used in the repository
2020-06-23 00:09:42 +05:30
- Code coverage history (last 3 months) ([Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/33743) in GitLab 13.1)
2020-05-24 23:13:21 +05:30
- Commit statistics (last month)
- Commits per day of month
- Commits per weekday
- Commits per day hour (UTC)