Commit 2ace304d authored by Kati Paizee's avatar Kati Paizee Committed by Marcin Sedlak-Jakubowski

Revise usage statistics docs

parent 26b971c2
...@@ -10,25 +10,24 @@ type: reference ...@@ -10,25 +10,24 @@ type: reference
GitLab Inc. periodically collects information about your instance in order GitLab Inc. periodically collects information about your instance in order
to perform various actions. to perform various actions.
All statistics are opt-out. To enable or disable them: All usage statistics are [opt-out](#enable-or-disable-usage-statistics).
1. On the top bar, select **Menu >** **{admin}** **Admin**. ## Service Ping **(FREE SELF)**
1. In the left sidebar, select **Settings > Metrics and profiling**, and expand **Usage statistics**.
1. Enable or disable **Version check** and **Service ping**.
1. Select **Save changes**.
## Network configuration Service Ping is a process that collects and sends a weekly payload to GitLab Inc.
For more information, see the [Service Ping guide](../../../development/service_ping/index.md).
Allow network traffic from your GitLab instance to IP address `104.196.17.203:443`, to send ### Instance-level analytics availability
usage statistics to GitLab Inc.
If your GitLab instance is behind a proxy, set the appropriate [proxy configuration variables](https://docs.gitlab.com/omnibus/settings/environment-variables.html). When Service Ping is enabled, GitLab gathers data from other instances and
enables certain [instance-level analytics features](../analytics/index.md)
that are dependent on Service Ping.
## Version Check **(FREE SELF)** ## Version check **(FREE SELF)**
If enabled, version check informs you if a new version is available and the If enabled, version check informs you if a new version is available and the
importance of it through a status. This is shown on the help page (i.e. `/help`) importance of it through a status. The status displays on the help pages (`/help`)
for all signed in users, and on the admin pages. The statuses are: for all signed-in users, and on the Admin Area pages. The statuses are:
- Green: You are running the latest version of GitLab. - Green: You are running the latest version of GitLab.
- Orange: An updated version of GitLab is available. - Orange: An updated version of GitLab is available.
...@@ -44,17 +43,12 @@ This information is used, among other things, to identify to which versions ...@@ -44,17 +43,12 @@ This information is used, among other things, to identify to which versions
patches must be backported, making sure active GitLab instances remain patches must be backported, making sure active GitLab instances remain
secure. secure.
If you disable version check, this information isn't collected. To enable or disable it: If you [disable version check](#enable-or-disable-usage-statistics), this information isn't collected.
1. On the top bar, select **Menu >** **{admin}** **Admin**.
1. In the left sidebar, select **Settings > Metrics and profiling**, and expand **Usage statistics**.
1. Enable or disable **Version check**.
1. Select **Save changes**.
### Request flow example ### Request flow example
The following example shows a basic request/response flow between the self-managed GitLab instance The following example shows a basic request/response flow between a
and the GitLab Version Application: self-managed GitLab instance and the GitLab Version Application:
```mermaid ```mermaid
sequenceDiagram sequenceDiagram
...@@ -67,14 +61,22 @@ sequenceDiagram ...@@ -67,14 +61,22 @@ sequenceDiagram
Version Application->>GitLab instance: Response (PNG/SVG) Version Application->>GitLab instance: Response (PNG/SVG)
``` ```
## Service Ping **(FREE SELF)** ## Configure your network
To send usage statistics to GitLab Inc., you must allow network traffic from your
GitLab instance to the IP address `104.196.17.203:443`.
If your GitLab instance is behind a proxy, set the appropriate
[proxy configuration variables](https://docs.gitlab.com/omnibus/settings/environment-variables.html).
See [Service Ping guide](../../../development/service_ping/index.md). ## Enable or disable usage statistics
## Instance-level analytics availability To enable or disable Service Ping and version check:
After Service Ping is enabled, GitLab gathers data from other instances and 1. On the top bar, select **Menu >** **{admin}** **Admin**.
enables certain [instance-level analytics features](../analytics/index.md) that are dependent on Service Ping. 1. In the left sidebar, select **Settings > Metrics and profiling**, and expand **Usage statistics**.
1. Select or clear the **Version check** and **Service ping** checkboxes.
1. Select **Save changes**.
<!-- ## Troubleshooting <!-- ## Troubleshooting
......
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