DOCS- add telemetry info page (#14206)
This commit is contained in:
parent
7ceb8bfce0
commit
3dceb7c3bb
@ -14,6 +14,7 @@
|
||||
openvino_docs_MO_DG_prepare_model_Supported_Frameworks_Layers
|
||||
openvino_docs_OV_Glossary
|
||||
openvino_docs_Legal_Information
|
||||
openvino_docs_telemetry_information
|
||||
|
||||
|
||||
.. toctree::
|
||||
|
79
docs/resources/telemetry_information.md
Normal file
79
docs/resources/telemetry_information.md
Normal file
@ -0,0 +1,79 @@
|
||||
# OpenVINO™ Telemetry {#openvino_docs_telemetry_information}
|
||||
|
||||
@sphinxdirective
|
||||
|
||||
To facilitate debugging and further development, OpenVINO™ asks its users for
|
||||
a permission to collect telemetry data. It will not be collected
|
||||
without an explicit consent on your part and will cover only OpenVINO™ usage information.
|
||||
It does not extend to any other Intel software, hardware, website usage, or other products.
|
||||
|
||||
Google Analytics is used for telemetry purposes. Refer to
|
||||
:ref:`Google Analytics support<https://support.google.com/analytics/answer/6004245#zippy=%2Cour-privacy-policy%2Cgoogle-analytics-cookies-and-identifiers%2Cdata-collected-by-google-analytics%2Cwhat-is-the-data-used-for%2Cdata-access>` to understand how the data is collected and processed.
|
||||
|
||||
Enable or disable Telemetry reporting
|
||||
======================================
|
||||
|
||||
First-run consent
|
||||
--------------------------------------
|
||||
|
||||
On the first run of an application that collects telemetry data, you will be prompted
|
||||
to opt in or out of telemetry collection with the following telemetry message:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
Intel would like your permission to collect software performance and usage data
|
||||
for the purpose of improving Intel products and services. This data will be collected
|
||||
directly by Intel or through the use of Google Analytics. This data will be stored
|
||||
in countries where Intel or Google operate.
|
||||
|
||||
You can opt-out at any time in the future by running 'opt_in_out --opt_in'.
|
||||
|
||||
More Information is available at docs.openvino.ai.
|
||||
|
||||
Please type 'Y' to give your consent or 'N' to decline.
|
||||
|
||||
Choose your preference by typing 'Y' to enable or 'N' to disable telemetry. Your choice will
|
||||
be confirmed by a corresponding disclaimer. If you do not reply to the telemetry message,
|
||||
your telemetry data will not be collected.
|
||||
|
||||
For the Neural Network Compression Framework (NNCF), which is not a command line application,
|
||||
the telemetry message will not display. Telemetry data will only be collected from NNCF
|
||||
if you have explicitly provided consent in another OpenVINO tool.
|
||||
|
||||
|
||||
Changing consent decision
|
||||
--------------------------------------
|
||||
|
||||
You can change your data collection decision with the following command lines:
|
||||
|
||||
`opt_in_out --opt_in` - enable telemetry
|
||||
|
||||
`opt_in_out --opt_out` - disable telemetry
|
||||
|
||||
|
||||
Telemetry Data Collection Details
|
||||
======================================
|
||||
|
||||
.. tab:: Telemetry Data Collected
|
||||
|
||||
* Failure reports
|
||||
* Error reports
|
||||
* Usage data
|
||||
|
||||
.. tab:: Tools Collecting Data
|
||||
|
||||
* Model Optimizer
|
||||
* Model Downloader
|
||||
* Accuracy Checker
|
||||
* Post-Training Optimization Toolkit
|
||||
* Neural Network Compression Framework
|
||||
* Model Converter
|
||||
* Model Quantizer
|
||||
|
||||
.. tab:: Telemetry Data Retention
|
||||
|
||||
Telemetry data is retained in Google Analytics for a maximum of 26 months.
|
||||
Any raw data that has reached the 26-month threshold is deleted from Google Analytics on a monthly basis.
|
||||
|
||||
|
||||
@endsphinxdirective
|
Loading…
Reference in New Issue
Block a user