Skip to content

Commit

Permalink
Update telemetry.md (kedro-org#3897)
Browse files Browse the repository at this point in the history
* Update telemetry.md

Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>

* Added note about project UUID (kedro-org#3899)

Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>

---------

Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
Co-authored-by: ElenaKhaustova <157851531+ElenaKhaustova@users.noreply.github.com>
Signed-off-by: bpmeek <bpmeek.developer@gmail.com>
  • Loading branch information
2 people authored and bpmeek committed Jun 20, 2024
1 parent 7429175 commit ca32940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/configuration/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ which will prompt you for your consent the first time.

## Collected data fields:

- **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.
- **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.
- **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.
- **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.
- **Kedro Project Version:** The version of Kedro being used.
- **Kedro-Telemetry Version:** The version of the Kedro-Telemetry plugin.
- **Python Version:** The version of Python in use.
Expand Down

0 comments on commit ca32940

Please sign in to comment.