diff options
author | Reuben Pereira <rpereira@gitlab.com> | 2018-10-31 07:05:57 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-10-31 07:05:57 +0000 |
commit | 334829844f0c14845868a2685c5ee8a60f9d54b0 (patch) | |
tree | 381f9685f054f678b1d78388ec9dfb3984a4b83d | |
parent | f073035d0b680b39cf5e01e45a46459229dd2627 (diff) | |
download | gitlab-ce-334829844f0c14845868a2685c5ee8a60f9d54b0.tar.gz |
Add instructions to find the usage ping payload
-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 |