-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[doc] Add information about telemetry
- Loading branch information
1 parent
de0b58e
commit c4c5a82
Showing
12 changed files
with
45 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Open Voice OS installer telemetry | ||
|
||
One of the many ways to improve a software is to know how the users utilize it and to get this information some data must be shared from the user to the developpers. | ||
|
||
The installer collects anonymous data and sends it to Open Voice OS servers to help improve Open Voice OS none of them be used for commercial purpose. | ||
|
||
**The installer will ask you if you want to share or not the data.** | ||
|
||
Below is a list of the collected data *(please have a look to the [Ansible tempalte](https://github.com/OpenVoiceOS/ovos-installer/blob/main/ansible/roles/ovos_installer/templates/telemetry.json.j2) used ti publish the data)*. | ||
|
||
| Data | Description | | ||
| ---------------- | ----------- | | ||
| `architecture` | CPU architecture where OVOS was installed | | ||
| `channel` | `stable` or `development` version of OVOS | | ||
| `container` | OVOS installed into containers | | ||
| `country` | Country where OVOS has been installed | | ||
| `cpu_capable` | Is the CPU supports AVX or SIMD instructions | | ||
| `display_server` | Is X or Wayland are used as display server | | ||
| `gui_feature` | GUI enabled during the installation | | ||
| `installed_at` | Date when OVOS has been installed | | ||
| `os_kernel` | Kernel version of the host where OVOS is running | | ||
| `os_name` | OS name of the host where OVOS is running | | ||
| `os_type` | OS type of the host where OVOS is running | | ||
| `os_version` | OS version of the host where OVOS is running | | ||
| `profile` | Which profile has been used during the OVOS installation | | ||
| `python_version` | What Python version was running on the host | | ||
| `raspberry_pi` | Does OVOS has been installed on Raspberry Pi | | ||
| `skills_feature` | Default OVOS's skills enabled during the installation | | ||
| `sound_server` | What PulseAudio or PipeWire used | | ||
| `tuning_enabled` | Did the Rasperry Pi tuning feature wsas used | | ||
| `venv` | OVOS installed into a Python virtual environment | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters