Kuma data collection

Kuma can collect information about your deployment to continuously improve the product and gather anonymous feedback. The collected data is sent to Kong servers securely for storage and aggregation.

You can enable data collection when installing the control plane in Kubernetes, of before running kuma-cp in Universal mode.

Enabling data collection

  1. Set the following environment variable:

    1. KUMA_REPORTS_ENABLED=true
  2. Specify the environment variable when you install the control plane. See the configuration docs for details.

Or you can set the reports.enabled field to true in the config YAML file.

What data is collected

Data fieldDefinition
versionThe installed version of Kuma you’re running
productStatic value “Kuma”
uniqueidControl plane hostname + randon UUID, generated each time control plane instance is restarted
backendWhere your config is stored. One of in memory, etcd, Postgres
modeOne of standalone or multizone
hostnameThe hostname of each Kuma control plane you deploy
signalOne of start or ping. start sent when control plane starts, then ping once per hour
cluster_idUnique identifier for entire Kuma cluster. Value is the same for all control planes in the cluster
dps_totalThe total number of data plane proxies across all meshes
meshes_totalThe total number of meshes deployed
zones_totalThe total number of zones deployed
internal_servicesTne total number of services running inside your meshes
external_servicesThe total number of external services configured for your meshes
services totalThe total number of services in your mesh network