Skip to content

Commit 27f5405

Browse files
Update telemetry.md (#3897)
* Update telemetry.md Signed-off-by: Nok Lam Chan <[email protected]> * Added note about project UUID (#3899) Signed-off-by: Elena Khaustova <[email protected]> --------- Signed-off-by: Nok Lam Chan <[email protected]> Signed-off-by: Elena Khaustova <[email protected]> Co-authored-by: ElenaKhaustova <[email protected]>
1 parent 011e3a8 commit 27f5405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/configuration/telemetry.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ which will prompt you for your consent the first time.
1818

1919
## Collected data fields:
2020

21-
- **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.
21+
- **Unique user identifier(UUID):** The UUID is a randomly generated anonymous identifier, stored within an OS-specific configuration folder for Kedro, named `telemetry.toml`. 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.
2222
- **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 *****`
23-
- **Hashed Package Name:** An anonymized identifier of the project.
23+
- **Project UUID:** The hash of project UUID (randomly generated anonymous project identifier) and the package name. If project UUID does not already exist, the telemetry plugin generates a new one, stores it in `pyproject.toml`, and then joins this project UUID with the package name, hashes the joined result and uses it in subsequent telemetry events.
2424
- **Kedro Project Version:** The version of Kedro being used.
2525
- **Kedro-Telemetry Version:** The version of the Kedro-Telemetry plugin.
2626
- **Python Version:** The version of Python in use.

0 commit comments

Comments
 (0)