This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/docs/core-concepts/1218-cli-telemetry.md
Sam Alba 23f34b50a0 docs: added a page about CLI telemetry
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
2022-03-29 14:15:10 -07:00

838 B

slug displayed_sidebar
/1218/cli-telemetry europa

CLI Telemetry

The dagger CLI implements telemetry that provides information about the usage from the Dagger Community. Although optional, this helps us to improve dagger by measuring the usage of the main features.

What is tracked?

Command names are tracked along with the version of dagger and the platform it's running on. CLI telemetry events are anonymized for privacy purposes, they are not linked to a specific identity.

If you want to know more, you can check the telemetry implementation in dagger's source code.

Can I disable the telemetry?

Dagger implements the DNT (Console Do Not Track) standard.

As a result, you can disable the telemetry by setting the environment variable DO_NOT_TRACK=1 before running dagger.