-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One thread for telemetry #2019
One thread for telemetry #2019
Conversation
…elemetry # Conflicts: # azurelinuxagent/ga/extension_telemetry.py # azurelinuxagent/ga/monitor.py # tests/common/test_event.py
Green DCR run (except for 1 known setup failure) - https://tuxgold.corp.microsoft.com/job/AzLinux/job/DungeonCrawler/job/DungeonCrawler.larohra3/168/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments and suggestions around improving the clarity of some parts of the code. Also synced offline on PEP8 style conventions for whitespace (less important).
Green DCR run (except for the known agent-slb issue) - https://tuxgold.corp.microsoft.com/job/AzLinux/job/DungeonCrawler/job/DungeonCrawler.larohra3/169/ |
Description
This PR mainly converges sending telemetry out from a single thread instead of multiple threads sending them out separately (Monitor thread and Extension Telemetry thread).
Main changes in the PR -
Apart from the major changes, there are some code refactoring, minor bug fixes and linter fixes included in this PR.
Issue #
PR information
Quality of Code and Contribution Guidelines