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.
- Feedback and sentiment submitted through the self-service automation portal feedback form, including a 1-5 star rating and feedback text. Users must acknowledge that they share the feedback with Red Hat before submitting.
The feedback form is disabled by default and optional. For information about enabling the feedback form, see Enabling feedback to Red Hat in Configuring self-service automation portal.
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.
Procedure
- 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.pluginssection of the Helm chart. To disable telemetry data collection, add the following lines to the
redhat-developer-hub.global.dynamic.pluginssection.redhat-developer-hub: global: .... dynamic: plugins: - disabled: true package: >- ./dynamic-plugins/dist/backstage-community-plugin-analytics-provider-segmentTo re-enable telemetry data collection, delete these lines.
- Click to apply the changes to the Helm chart and restart the pod.