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

Making EM fire events. #2769

Merged
merged 2 commits into from
Sep 9, 2022
Merged

Making EM fire events. #2769

merged 2 commits into from
Sep 9, 2022

Conversation

dhoehna
Copy link
Contributor

@dhoehna dhoehna commented Jul 22, 2022

For some reason or another EM wasn't firing events. I changed that.

I believe the reason why was because I wasn't using the correct MACROs(?).

@ghost ghost added the needs-triage label Jul 22, 2022
@dhoehna
Copy link
Contributor Author

dhoehna commented Jul 22, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dhoehna dhoehna merged commit f223404 into main Sep 9, 2022
@dhoehna dhoehna deleted the user/dahoehna/MakingEMEventsFire branch September 9, 2022 21:35
EnvironmentManagerInsights,
"Microsoft.Windows.System.EnvironmentManager.Insights",
(0xfbce41fa, 0xf7bc, 0x538e, 0x11, 0xf2, 0xab, 0xe1, 0xb9, 0xd2, 0xab, 0x23));
IMPLEMENT_TELEMETRY_CLASS(EnvironmentManagerInsights, EnvironmentManagerTelemetryProvider);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just happened to look at this PR.

If you are looking for telemetry, I think you want at least *MEASURES_CLASS. TELEMETRY class doesn't upload any telemetry on retail devices where as MEASURES_CLASS and CRITICAL_CLASS does. The difference between the former two is in what % of retail devices upload telemetry depending on the freshness of the in-market release.

If you are looking for just logging, you shouldn't need TELEMETRY_CLASS and TRACELOGGIN_CLASS should just do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants