diff options
author | Evan Read <eread@gitlab.com> | 2019-08-15 01:21:11 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-15 01:21:11 +0000 |
commit | 7c9fb3c61715acb7cb2bfcbad1a12a5ef66d9bbd (patch) | |
tree | 84b1c5454f5accfaa4bd89bbb2d9230df15a4d47 | |
parent | 4502880986d70b4f724f4bdc2c4379c05dac4eba (diff) | |
parent | 4697f004e4412ea011e341dbf62676e982122a77 (diff) | |
download | gitlab-ce-7c9fb3c61715acb7cb2bfcbad1a12a5ef66d9bbd.tar.gz |
Merge branch 'valexieva-master-patch-02708' into 'master'
Changes to cycle analytics docs
See merge request gitlab-org/gitlab-ce!31572
-rw-r--r-- | doc/user/project/cycle_analytics.md | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/doc/user/project/cycle_analytics.md b/doc/user/project/cycle_analytics.md index 6707b88c317..424bee6e9f1 100644 --- a/doc/user/project/cycle_analytics.md +++ b/doc/user/project/cycle_analytics.md @@ -1,5 +1,7 @@ # Cycle Analytics +> - [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/12077) at a group level in [GitLab Premium and Silver](https://about.gitlab.com/pricing/) 12.2 (enabled by feature flag `analytics`). + Cycle Analytics measures the time spent to go from an [idea to production] - also known as cycle time - for each of your projects. Cycle Analytics displays the median time for an idea to reach production, along with the time typically spent in each DevOps stage along the way. @@ -13,10 +15,16 @@ calculates a separate median for each stage. ## Overview -You can find the Cycle Analytics page under your project's **Project ➔ Cycle -Analytics** tab. +Cycle Analytics are available at a: + +- Group level from the top navigation bar **Analytics > Cycle Analytics**. **(PREMIUM)** + + In the future, multiple groups will be selectable which will effectively make this an + instance-level feature. + +- Project level from a project's **Project > Cycle Analytics**. -![Cycle Analytics landing page](img/cycle_analytics_landing_page.png) + ![Cycle Analytics landing page](img/cycle_analytics_landing_page.png) There are seven stages that are tracked as part of the Cycle Analytics calculations. @@ -134,7 +142,7 @@ A few notes: ## Permissions -The current permissions on the Cycle Analytics dashboard are: +The current permissions on the Project Cycle Analytics dashboard are: - Public projects - anyone can access - Internal projects - any authenticated user can access @@ -142,6 +150,18 @@ The current permissions on the Cycle Analytics dashboard are: You can [read more about permissions][permissions] in general. +NOTE: **Note:** +As of GitLab 12.2, the project-level page is deprecated. You should access +project-level Cycle Analytics from **Analytics > Cycle Analytics** in the top +navigation bar. We will ensure that the same project-level functionality is available +to CE users in the new analytics space. + +For Cycle Analytics functionality introduced in GitLab 12.2 and later: + +- Users must have Reporter access or above. +- Features are available only on + [Premium or Silver tiers](https://about.gitlab.com/pricing/) and above. + ## More resources Learn more about Cycle Analytics in the following resources: |