Skip to content
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

Telemetry: Fixes Inconsistent behavior of VM Metadata Async Initialization #3252

Merged
merged 5 commits into from
Jun 3, 2022

Conversation

imanvt
Copy link
Contributor

@imanvt imanvt commented Jun 3, 2022

Pull Request Template

Description

VM Metadata is initializes its azMetadata asynchronously, which is used in the Client Configuration Diagnostics to retrieve the machine Id. This fixes that by adding a cached machine Id and updating the serialized json accordingly.

Type of change

  • [] Bug fix (non-breaking change which fixes an issue)

Closing issues

closes #3238

j82w
j82w previously approved these changes Jun 3, 2022
@ealsur ealsur enabled auto-merge (squash) June 3, 2022 18:15
@ealsur ealsur merged commit 35c177b into master Jun 3, 2022
@ealsur ealsur deleted the users/imanvt/3238-vm-metadata-fire-and-forget-sync branch June 3, 2022 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Telemetry: VM Metadata is async and initialization of the client is sync
3 participants