Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update UUID telemetry docs #3805

Merged
merged 2 commits into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@

## 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.

Check warning on line 21 in docs/source/configuration/telemetry.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/source/configuration/telemetry.md#L21

[Kedro.toowordy] 'subsequent' is too wordy
Raw output
{"message": "[Kedro.toowordy] 'subsequent' is too wordy", "location": {"path": "docs/source/configuration/telemetry.md", "range": {"start": {"line": 21, "column": 291}}}, "severity": "WARNING"}
- **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