Usage metrics
IBM Cloud Pak® for Integration collects and analyzes data about the usage of deployed components. This data is gathered on a daily basis, for the purpose of improving product features and performance.
Data collection begins when you deploy a IBM Cloud Pak Platform UI instance with a version of 16.1.1 or later. The data is sent from your OpenShift Container Platform cluster to https://api.segment.io/. Collected data includes data configurations of instances and VPC usage.
Disabling usage metrics (optional)
You can disable usage metrics across your installation of Cloud Pak for Integration by creating a configMap in the namespace where the IBM Cloud Pak for Integration operator is installed.
In the target namespace, create a new configMap with this content:
apiVersion: v1
kind: ConfigMap
metadata:
name: ibm-integration-usage-metrics
data:
reportUsageMetrics: "false"