Skip to main content
Version: Next

Telemetry

AvailableCloud AvailableSelf-Managed CommunityAvailableSelf-Managed Enterprise Compare

Airbyte collects telemetry data from the UI and the servers to help improve the product. See Airbyte's privacy policy for more details.

If you'd like to turn off telemetry data collection, follow the directions below.

To disable telemetry for your instance, modify the values.yaml file and override the hardcoded telemetry setting using component-specific env_vars sections:

# Override telemetry for server component
server:
env_vars:
TRACKING_STRATEGY: logging

# Override telemetry for worker component
worker:
env_vars:
TRACKING_STRATEGY: logging