Commit 3d97beab authored by Sean McGivern's avatar Sean McGivern

Fix usage ping doc location

parent c600a216
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
- [Repository restrictions](user/admin_area/settings/account_and_limit_settings.md#repository-size-limit) Define size restrictions for your repositories to limit the space they occupy in your storage device. Includes LFS objects. - [Repository restrictions](user/admin_area/settings/account_and_limit_settings.md#repository-size-limit) Define size restrictions for your repositories to limit the space they occupy in your storage device. Includes LFS objects.
- [Auditor users](administration/auditor_users.md) Create auditor users, with read-only access to the entire system. - [Auditor users](administration/auditor_users.md) Create auditor users, with read-only access to the entire system.
- [Database load balancing](administration/database_load_balancing.md) Distribute database queries amongst multiple database servers. - [Database load balancing](administration/database_load_balancing.md) Distribute database queries amongst multiple database servers.
- [Usage ping and cohorts](administration/usage_ping_cohorts.md) Usage ping and cohorts - [Usage ping and cohorts](administration/usage_ping_and_cohorts.md) Usage ping and cohorts
## Contributor documentation ## Contributor documentation
......
...@@ -56,7 +56,7 @@ calculation is made. ...@@ -56,7 +56,7 @@ calculation is made.
By default, usage ping is opt-out. If you want to deactivate, go to the Settings By default, usage ping is opt-out. If you want to deactivate, go to the Settings
page of your administration panel and uncheck the Usage ping checkbox. page of your administration panel and uncheck the Usage ping checkbox.
![User cohort example](img/cohorts.png) [IMAGE]
## Cohorts ## Cohorts
...@@ -65,10 +65,10 @@ activities of your GitLab installation. Under [LINK], when the usage ping is ...@@ -65,10 +65,10 @@ activities of your GitLab installation. Under [LINK], when the usage ping is
active, GitLab will show the monthly cohorts of new users and their activities active, GitLab will show the monthly cohorts of new users and their activities
over time. over time.
How do we read user cohorts table? Let's take an example with the following user How do we read the user cohorts table? Let's take an example with the following
cohorts. user cohorts.
[IMAGE] ![User cohort example](img/cohorts.png)
For the cohort of June 2016, 163 users have been created on this server. One For the cohort of June 2016, 163 users have been created on this server. One
month after, in July 2016, 155 users (or 95% of the June cohort) are still month after, in July 2016, 155 users (or 95% of the June cohort) are still
...@@ -77,9 +77,12 @@ we can see that only 6% of this cohort are still active. ...@@ -77,9 +77,12 @@ we can see that only 6% of this cohort are still active.
How do we measure the activity of users? GitLab considers a user active if: How do we measure the activity of users? GitLab considers a user active if:
* the user signs in * the user signs in
* the user has a git activity (wether push or pull). * the user has a git activity (whether push or pull).
### Setup ### Setup
1. Activate the usage ping as defined in [LINK] 1. Activate the usage ping as defined in [LINK]
2. Go to [LINK] to see the user cohorts of the server 2. Go to [LINK] to see the user cohorts of the server
[ee-380]: https://gitlab.com/gitlab-org/gitlab-ee/issues/380
[ce-23361]: https://gitlab.com/gitlab-org/gitlab-ce/issues/23361
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment