summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2017-04-03 14:47:07 +0100
committerRémy Coutable <remy@rymai.me>2017-04-14 15:20:55 +0200
commita4a8f0db68e08233a87444edb29b2f77327cee3b (patch)
tree73baf7a4104a8ce82b00d448c6697256e7644418
parentaf8a3e3583247001ed41a74c0ca5032ea6fe18fd (diff)
downloadgitlab-ce-a4a8f0db68e08233a87444edb29b2f77327cee3b.tar.gz
Fix usage ping doc location
-rw-r--r--doc/README.md1
-rw-r--r--doc/administration/img/cohorts.png (renamed from doc/administration/usageping/img/cohorts.png)bin439635 -> 439635 bytes
-rw-r--r--doc/administration/usage_ping_and_cohorts.md (renamed from doc/administration/usageping/usage_ping_cohorts.md)13
3 files changed, 9 insertions, 5 deletions
diff --git a/doc/README.md b/doc/README.md
index b6790b4d008..c2414b5f478 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -73,6 +73,7 @@ All technical content published by GitLab lives in the documentation, including:
- [Sidekiq Troubleshooting](administration/troubleshooting/sidekiq.md) Debug when Sidekiq appears hung and is not processing jobs.
- [System hooks](system_hooks/system_hooks.md) Notifications when users, projects and keys are changed.
- [Update](update/README.md) Update guides to upgrade your installation.
+- [Usage ping and cohorts](administration/usage_ping_cohorts.md) Usage ping and cohorts
- [Web terminals](administration/integration/terminal.md) Provide terminal access to environments from within GitLab.
- [Welcome message](customization/welcome_message.md) Add a custom welcome message to the sign-in page.
diff --git a/doc/administration/usageping/img/cohorts.png b/doc/administration/img/cohorts.png
index 8bae7faff07..8bae7faff07 100644
--- a/doc/administration/usageping/img/cohorts.png
+++ b/doc/administration/img/cohorts.png
Binary files differ
diff --git a/doc/administration/usageping/usage_ping_cohorts.md b/doc/administration/usage_ping_and_cohorts.md
index f0991ad6fa7..f22a5e1c47a 100644
--- a/doc/administration/usageping/usage_ping_cohorts.md
+++ b/doc/administration/usage_ping_and_cohorts.md
@@ -56,7 +56,7 @@ calculation is made.
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.
-![User cohort example](img/cohorts.png)
+[IMAGE]
## Cohorts
@@ -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
over time.
-How do we read user cohorts table? Let's take an example with the following user
-cohorts.
+How do we read the user cohorts table? Let's take an example with the following
+user cohorts.
-[IMAGE]
+![User cohort example](img/cohorts.png)
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
@@ -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:
* 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
1. Activate the usage ping as defined in [LINK]
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