From 23f34b50a0441ff3992219c20ec7d557c7ae812c Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Tue, 29 Mar 2022 14:15:10 -0700 Subject: [PATCH 1/2] docs: added a page about CLI telemetry Signed-off-by: Sam Alba --- docs/core-concepts/1218-cli-telemetry.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/core-concepts/1218-cli-telemetry.md diff --git a/docs/core-concepts/1218-cli-telemetry.md b/docs/core-concepts/1218-cli-telemetry.md new file mode 100644 index 00000000..9f6c3d9b --- /dev/null +++ b/docs/core-concepts/1218-cli-telemetry.md @@ -0,0 +1,20 @@ +--- +slug: /1218/cli-telemetry +displayed_sidebar: 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](https://consoledonottrack.com/). + +As a result, you can disable the telemetry by setting the environment variable `DO_NOT_TRACK=1` before running dagger. From a27b7b265d01571e80e22069aecb746d497cecbb Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Tue, 29 Mar 2022 14:24:54 -0700 Subject: [PATCH 2/2] docs: added page to sidebar Signed-off-by: Sam Alba --- website/sidebars.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/sidebars.js b/website/sidebars.js index 403c3457..5cd30a57 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -109,6 +109,7 @@ module.exports = { "core-concepts/container-images", "core-concepts/what-is-cue", "core-concepts/dagger-cue", + "core-concepts/cli-telemetry", ], }, {