Chapter 9. Telemetry capturing
The telemetry data collection feature helps in collecting and analyzing the telemetry data to improve your experience with self-service automation portal. This feature is enabled by default.
9.1. Telemetry data collected by Red Hat Copy linkLink copied to clipboard!
Red Hat collects and analyses the following data:
- Events of page visits and clicks on links or buttons.
- System-related information, for example, locale, timezone, user agent including browser and OS details.
- Page-related information, for example, title, category, extension name, URL, path, referrer, and search parameters.
-
Anonymized IP addresses, recorded as
0.0.0.0
. - Anonymized username hashes, which are unique identifiers used solely to identify the number of unique users of the RHDH application.
9.2. Disabling telemetry data collection Copy linkLink copied to clipboard!
You can disable and enable the telemetry data collection feature for self-service automation portal by updating the Helm chart for your OpenShift Container Platform project.
- Log in to the OpenShift Container Platform console and open the project for self-service automation portal in the Developer perspective.
- Navigate to Helm.
- Click the More actions ⋮ icon for your self-service automation portal Helm chart and select Upgrade.
- Select YAML view.
-
Locate the
redhat-developer-hub.global.dynamic.plugins
section of the Helm chart. To disable telemetry data collection, add the following lines to the
redhat-developer-hub.global.dynamic.plugins
section.Copy to Clipboard Copied! Toggle word wrap Toggle overflow To re-enable telemetry data collection, delete these lines.
- Click to apply the changes to the Helm chart and restart the pod.