BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
9c59667f
Commit
9c59667f
authored
Apr 20, 2017
by
Sean McGivern
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'user-cohort-better-doc' into 'master'
Add documentation for inactive users in the User cohort Closes #31195 See merge request !10809
parents
19960ed9
650eed6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
7 deletions
+14
-7
user_cohorts.md
doc/user/admin_area/user_cohorts.md
+14
-7
No files found.
doc/user/admin_area/user_cohorts.md
View file @
9c59667f
# 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.
![
User cohort example
](
img/cohorts.png
)
For the cohort of June 2016, 163 users have been created on this server. One
month later, in July 2016, 155 users (or 95% of the June cohort) are still
active. Two months later, 139 users (or 85%) are still active. 9 months later,
we can see that only 6% of this cohort are still active.
For the cohort of June 2016, 163 users have been added on this server and have
been active since this month. One month later, in July 2016, out of
these 163 users, 155 users (or 95% of the June cohort) are still active. Two
months later, 139 users (or 85%) are still active. 9 months later, we can see
that only 6% of this cohort are still active.
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment