diff options
author | Evan Read <eread@gitlab.com> | 2018-10-31 07:05:57 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-10-31 07:05:57 +0000 |
commit | 98a504ecbb45907517ae465018906af7ef4573de (patch) | |
tree | 381f9685f054f678b1d78388ec9dfb3984a4b83d /doc/user | |
parent | f073035d0b680b39cf5e01e45a46459229dd2627 (diff) | |
parent | 334829844f0c14845868a2685c5ee8a60f9d54b0 (diff) | |
download | gitlab-ce-98a504ecbb45907517ae465018906af7ef4573de.tar.gz |
Merge branch 'rpereira2_improve-usage-ping-info' into 'master'
Add instructions to find the usage ping payload
See merge request gitlab-org/gitlab-ce!22571
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/admin_area/settings/usage_statistics.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/user/admin_area/settings/usage_statistics.md b/doc/user/admin_area/settings/usage_statistics.md index 35a9d7adb28..bd0155dc712 100644 --- a/doc/user/admin_area/settings/usage_statistics.md +++ b/doc/user/admin_area/settings/usage_statistics.md @@ -42,7 +42,11 @@ not send any project names, usernames, or any other specific data. The information from the usage ping is not anonymous, it is linked to the hostname of the instance. -You can view the exact JSON payload in the administration panel. +You can view the exact JSON payload in the administration panel. To view the payload: + +1. Go to the **Admin area** (spanner symbol on the top bar). +1. Expand **Settings** in the left sidebar and click on **Metrics and profiling**. +1. Expand **Usage statistics** and click on the **Preview payload** button. ### Deactivate the usage ping |