Skip to main content

OpenVINO™ Telemetry package for sending statistics with user's consent, used in combination with other OpenVINO™ packages.

Project description

OpenVINO™ Telemetry

The implementation of the Python 3 library to send the telemetry data from the OpenVINO™ toolkit components.

To send the data to Google Analytics, use the following three variables: category, action, and label.

  • In the category, use only the name of the tool. Place all Model Optimizer (MO) topics in the 'mo' category, all Post-Training Optimization Tool (POT) topics in the 'pot' category.
  • In the action, send a metric or a function, such as accuracy, session, conversion, and others. For example, for MO use: version, framework, conversion_results.
  • In the label, send more detailed data for your action (function). For example, send a string with the version name for the version or a string with the framework name for the framework. You can send a string with a wrapped dictionary: "{param: value, version: value, error: value}".

NOTE: If you want to track the connection between data (for example, on which operating systems error '123' occurred), send the data in one event and add it to the label together. Example: telemetry.send_event("mo", "error_info", "{os:ubuntu18, error:123}"). If you send the data separately, you will not be able to identify the connection. Some data will be duplicated since the same metric/function will be sent in different events.

NOTE: Sending of telemetry data requires user's consent during installation of OpenVINO™ toolkit component. In case if control file does not exist on the system or it contains a "no" answer, no data will be transmitted.

TIP: To help automate the analytics, always send all the keys for a dictionary in the label variable. If a key is empty, send 'none' as its value.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openvino-telemetry-2022.1.1.tar.gz (15.6 kB view details)

Uploaded Source

Built Distribution

openvino_telemetry-2022.1.1-py3-none-any.whl (20.0 kB view details)

Uploaded Python 3

File details

Details for the file openvino-telemetry-2022.1.1.tar.gz.

File metadata

  • Download URL: openvino-telemetry-2022.1.1.tar.gz
  • Upload date:
  • Size: 15.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for openvino-telemetry-2022.1.1.tar.gz
Algorithm Hash digest
SHA256 1f78db940aecf75ab2781a79f2591a92017f3a97509d45daebdf3c39e9056c41
MD5 59295be59d83fc67fe0c42311718b37c
BLAKE2b-256 cee6491e7f1dc941b269fb60d39977b4a3ea799cbb7b591ea6559c4fca507cfd

See more details on using hashes here.

File details

Details for the file openvino_telemetry-2022.1.1-py3-none-any.whl.

File metadata

  • Download URL: openvino_telemetry-2022.1.1-py3-none-any.whl
  • Upload date:
  • Size: 20.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for openvino_telemetry-2022.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f68d8f6a835fbbfba59214819e4a9d0525021bb312372ae0c5785de5cc913911
MD5 182c115a4469b6c74be7fe3c9e90599e
BLAKE2b-256 93a6938d4015f22fc1139c22d8dc1954764ba32158b9af75aca35b27c8e88c14

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page