From 6411f97f3dd5c11a13524d33b90365545e9918eb Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Mon, 29 Jan 2024 16:29:40 +0100 Subject: [PATCH] Usage data --- USAGE_DATA.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 USAGE_DATA.md diff --git a/USAGE_DATA.md b/USAGE_DATA.md new file mode 100644 index 000000000..e987a323e --- /dev/null +++ b/USAGE_DATA.md @@ -0,0 +1,26 @@ +# Data Collection + +The AI Studio extension uses telemetry to collect anonymous usage data in order to identify issues and improve our user experience. You can read our privacy statement +[here](https://developers.redhat.com/article/tool-data-collection). + +Telemetry for the extension is based on the Podman Desktop telemetry. + +Users are prompted during Podman Desktop first startup to accept or decline telemetry. This setting can be +changed at any time in Settings > Preferences > Telemetry. + +On disk the setting is stored in the `"telemetry.*"` keys within the settings file, +at `$HOME/.local/share/containers/podman-desktop/configuration/settings.json`. A generated anonymous id +is stored at `$HOME/.redhat/anonymousId`. + +## What's included in the telemetry data + +- General information, including operating system, machine architecture, and country. +- When the extension starts and stops. +- When the icon to enter the extension zone is clicked. +- When a recipe page is opened (with recipe Id and name). +- When a sample application is pulled (with recipe Id and name). +- When a playground is started or stopped (with model Id). +- When a request is sent to a model in the playground (with model Id, **without** request content). +- When a model is downloaded or deleted from disk. + +No personally identifiable information is captured. An anonymous id is used so that we can correlate the actions of a user even if we can't tell who they are.