Skip to main content

Telemetry

AHD can collect telemetry data about its usage. This data is used by Smeup LAB to keep improving Data and AHD.

info

Telemetry data does not contain Personally Identifiable Information of any kind nor sensitive data such as passwords.

Types of telemetry

AHD collects two types of telemetry Data:

  1. System Telemetry: the number of kubernetes nodes and their hardware (CPU, RAM, Disk), the kubernetes version, the resource usage,...
  2. Configuration Telemetry: how Data and AHD are configured, which features are active and which aren't,...

Enabling telemetry

Telemetry is active by default from commons 2.4.0.

For previous versions telemetry is an opt-in feature of AHD. That means that by default, it is not active.

To activate it for an AHD deployment, you must enable it through configurations of both AHD Commons and Data.

The minimum versions of both that support telemetry are:

AHD CommonsData
2.2.03.8.0

To enable telemetry on AHD Commons, set the following configurations:

telemetry:
enabled: true

To enable telemetry on Data, set the following configurations:

global:
telemetry:
enabled: true