Update what info is collected and how to opt-out.
This commit is contained in:
Micah Lewis 2022-08-27 03:25:21 -07:00 коммит произвёл GitHub
Родитель 24766d3a5f
Коммит db01e73a79
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -27,10 +27,12 @@ Issues can be filed in the [issues section](https://github.com/azure/iotedge/iss
## Feature requests
Feature requests can be filed on the [Azure IoT Edge User Voice page](https://feedback.azure.com/forums/907045-azure-iot-edge).
## Telemetry
IoT Edge sends basic telemetry data to Microsoft about the host device. This data may be used to improve Microsoft products and services. This data includes:
## Data / Telemetry
IoT Edge sends basic metadata to Microsoft about the host device. This data may be used to improve Microsoft products and services. This data includes:
* CPU architecture
* Total memory
* Virtualized machine
* Kernel name
* Kernel release
* Kernel version
@ -41,6 +43,6 @@ IoT Edge sends basic telemetry data to Microsoft about the host device. This dat
* System Manufacturer
* System Product
To opt out, set the `DisableDeviceAnalyticsTelemetry` [environment variable on EdgeAgent](https://github.com/Azure/iotedge/blob/main/doc/EnvironmentVariables.md).
To opt out, set the `DisableDeviceAnalyticsMetadata` [environment variable on EdgeAgent](https://github.com/Azure/iotedge/blob/main/doc/EnvironmentVariables.md).
To learn more about Microsoft policies, review the [privacy statement](https://go.microsoft.com/fwlink/?LinkId=521839&clcid=0x409).