Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.md « analytics « user « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2aa9d31d8bfbe6217ab560605066156d99f5ed20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Analytics workspace

> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/12077) in GitLab 12.2.

The Analytics workspace will make it possible to aggregate analytics across
GitLab, so that users can view information across multiple projects and groups
in one place.

To access the centralized analytics workspace, enable at least
[one of the features](#available-analytics) under the workspace.

Once enabled, click on **Analytics** from the top navigation bar.

## Available analytics

From the centralized analytics workspace, the following analytics are available:

- [Code Review Analytics](code_review_analytics.md). **(STARTER)**
- [Value Stream Analytics](value_stream_analytics.md), enabled with the `cycle_analytics`
  [feature flag](../../development/feature_flags/development.md#enabling-a-feature-flag-in-development). **(PREMIUM)**
- [Productivity Analytics](productivity_analytics.md), enabled with the `productivity_analytics`
  [feature flag](../../development/feature_flags/development.md#enabling-a-feature-flag-in-development). **(PREMIUM)**

NOTE: **Note:**
Project-level Value Stream Analytics are still available at a project's **Project > Value Stream Analytics**.

## Other analytics tools

In addition to the tools available in the Analytics workspace, GitLab provides:

- [Contribution analytics](../group/contribution_analytics/index.md). **(STARTER)**
- [Issue analytics](../group/issues_analytics/index.md). **(PREMIUM)**