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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

openvino_telemetry-2023.1.0-py3-none-any.whl (21.9 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for openvino_telemetry-2023.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 090496556b3d2d6bcc5f3d0e75be1b7e9ecbd344e3ea5b5a7bfd025208ba45c0
MD5 3356a44c24d4c616a5e20a7435b80c47
BLAKE2b-256 79eb60cda9b024380ce12ffd9d9f90b9fff38fbd4ca88f37877a2b9aebe9fde1

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