Skip to content

Commit

Permalink
Update UUID telemetry docs (#3805)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Sorokin <dmd40in@gmail.com>
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
  • Loading branch information
DimedS authored and Ahdra Merali committed Apr 17, 2024
1 parent 90d3ef0 commit c5d1064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/configuration/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ which will prompt you for your consent the first time.

## Collected data fields:

- **Hashed Username:** An anonymized representation of the user's computer username.
- **Unique user identifier(UUID):** The UUID is a randomly generated anonymous identifier, stored within an OS-specific configuration folder for Kedro, named 'telemetry.conf'. If a UUID does not already exist, the telemetry plugin generates a new one, stores it, and then uses this UUID in subsequent telemetry events.
- **CLI Command (Masked Arguments):** The command used, with sensitive arguments masked for privacy. Example Input: `kedro run --pipeline=ds --env=test` What we receive: `kedro run --pipeline ***** --env *****`
- **Hashed Package Name:** An anonymized identifier of the project.
- **Kedro Project Version:** The version of Kedro being used.
Expand Down

0 comments on commit c5d1064

Please sign in to comment.