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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRegis Freyd <rfreyd@fastmail.fm>2017-04-20 11:38:23 +0300
committerRegis Freyd <rfreyd@fastmail.fm>2017-04-20 11:38:23 +0300
commit889b7e82b1bf58b779a2e2378e12c42e481ad8a5 (patch)
treee117a5d0bee6d63b668e7a897fd269b93c890bd7 /doc
parent4c739130fa29db3ea1ceb3ea78b131cd274a541b (diff)
Fix headings
Diffstat (limited to 'doc')
-rw-r--r--doc/user/admin_area/user_cohorts.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/user/admin_area/user_cohorts.md b/doc/user/admin_area/user_cohorts.md
index 6b96ff502c9..537088e3099 100644
--- a/doc/user/admin_area/user_cohorts.md
+++ b/doc/user/admin_area/user_cohorts.md
@@ -1,13 +1,15 @@
# Cohorts
> **Notes:**
-- [Introduced][ce-23361] in GitLab 9.1.
+> [Introduced][ce-23361] in GitLab 9.1.
As a benefit of having the [usage ping active](settings/usage_statistics.md),
GitLab lets you analyze the users' activities of your GitLab installation.
Under `/admin/cohorts`, when the usage ping is active, GitLab will show the
monthly cohorts of new users and their activities over time.
+## Overview
+
How do we read the user cohorts table? Let's take an example with the following
user cohorts.
@@ -23,12 +25,13 @@ The Inactive users column shows the number of users who have been added during
the month, but who have never actually had any activity in the instance.
How do we measure the activity of users? GitLab considers a user active if:
+
* the user signs in
* the user has Git activity (whether push or pull).
-### Setup
+## Setup
-1. Activate the usage ping as defined [in the documentation](settings/usage_statistics.md)
+1. [Activate the usage ping](settings/usage_statistics.md)
2. Go to `/admin/cohorts` to see the user cohorts of the server
[ce-23361]: https://gitlab.com/gitlab-org/gitlab-ce/issues/23361