Telemetry for IE dependency warnings#4431
Merged
GlebKazantaev merged 8 commits intoopenvinotoolkit:masterfrom Mar 1, 2021
Merged
Telemetry for IE dependency warnings#4431GlebKazantaev merged 8 commits intoopenvinotoolkit:masterfrom
GlebKazantaev merged 8 commits intoopenvinotoolkit:masterfrom
Conversation
6c1a82c to
ae7073e
Compare
lazarevevgeny
approved these changes
Feb 25, 2021
50aad22 to
b2feaeb
Compare
added 8 commits
March 1, 2021 10:04
…implified versions
b2feaeb to
9973275
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
In this PR I update Model Optimizer telemetry to track Inference Engine Python API dependency loading and execution within 49858 ticket.
New telemetry includes three new event categories:
mo,install_prerequisites.sh,install_prerequisites.bat. These three categories will be used depending on scripts execution type as the same python scripts can be executed via install prerequisites and Model Optimizer.Also new telemetry includes three types of even actions:
offline_transformations_status - send information about offline_transformations step execution which includes next fields:
ie_version_check - send information about Inference Engine and Model Optimizer versions which includes next fields:
ie_import_failed - send information about errors that happen during Inference Engine Python API modules import. This event includes next fields:
simplified_mo_version and simplified_ie_version functions were introduced to avoid sending versions that may contain branch names. This functions either return release version like "2021.3" if it can be extracted from full version or "custom" in all other cases.
Update
I checked google-analytics and it successfully receive new event types and messages (event labels)