-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix typo * Update & improve doc * Update case3.md * Add k230d device * Fix environment.md * fix rv64 * trying fix CI * Update doc * add telemetry * Change wording * remove TODO * Add tip
- Loading branch information
Showing
11 changed files
with
230 additions
and
78 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
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
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,32 @@ | ||
# 遥测数据收集 | ||
|
||
ruyi 包管理器通过遥测数据收集功能,收集用户在使用 ruyi 包管理器时的一些操作数据,以便于我们更好地了解用户的使用情况,从而更好地改进 ruyi 包管理器。 | ||
你可以通过设置 `RUYI_TELEMETRY_OPTOUT` 环境变量来选择是否启用遥测数据收集功能。`1`,`true` 或 `yes` 表示代表关闭遥测,这与下文说的`off`是相同的;默认情况下,遥测数据收集功能是启用的。 | ||
|
||
有三种遥测数据收集级别: | ||
|
||
- `local`: 仅在本地保存遥测数据,不会在没有用户明确同意的情况下发送到远程服务器。 | ||
- `on`: 会将遥测数据发送到远程服务器。 | ||
- `off`: 关闭遥测数据收集功能。 | ||
|
||
默认情况下,遥测数据收集级别是 `on`,意味着每一次 `ruyi` 调用都会记录一些非敏感的操作数据和 `ruyi` 的一些状态信息,并每周发送至由`RuyiSDK`管理的在中国大陆的远程服务器。上传会发生在随机的一天,由匿名安装 ID 决定。 | ||
|
||
你可以编辑 `ruyi` 的配置文件,或者通过简单的通过环境变量来设置遥测数据收集级别。 | ||
|
||
我们会收集这些数据: | ||
|
||
* 所运行的机器的基本信息: | ||
* 架构和 OS | ||
* 如果架构为 RISC-V: | ||
* ISA 能力 | ||
* 开发板的型号 | ||
* 逻辑 CPU 数量 | ||
* OS release ID (大约相当与发行版类型) | ||
* libc 的类型和版本 | ||
* shell 的类型 (bash, fish, zsh, etc.) | ||
* 在上传数据时 `ruyi` 的版本 | ||
* `ruyi` 子命令的不同调用模式: | ||
* 不会暴露任何参数 | ||
* 调用时间的粒度为 1 分钟 | ||
|
||
你可以在 RuyiSDK 官网查看我们的隐私政策。 |
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
Oops, something went wrong.