We understand that not everyone wants to share usage statistics. You can disable telemetry by following the instructions below.

How to opt out?

You can opt out by setting the telemetry_enabled system parameter before starting a RisingWave cluster. You can set the system parameter in one of the three ways:

  • Add or update the parameter setting in risingwave/src/config/<your-config>.yaml.
[server]
telemetry_enabled = false
  • macOS or Linux: Set an environment variable in a terminal window:
export ENABLE_TELEMETRY=false