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

Add events for core telemetry #3546

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add events for core telemetry #3546

wants to merge 1 commit into from

Conversation

krschau
Copy link
Contributor

@krschau krschau commented Aug 5, 2024

Summary of the pull request

Add events for measuring:

  • % devices with Dev Home crashes
    • adds DevHomeStartedEvent to replace placeholder currently used
  • Dev Home regular startup success rate
    • New event: DevHomeStartedEvent
    • New event: DevHomeShellLoadedEvent
    • New event: PageLoadedEvent
    • We'll measure only instances where DevHomeShellLoaded tells us we started with a "Launch" activation kind, and measure if we successfully got to PageLoadedEvent for Dashboard or What's New page.
  • Dev Home regular startup boot time
    • Time from DevHomeStartedEvent to PageLoadedEvent. Exclude any time taken by store download, measured between DevHomeInitializationStartedEvent and DevHomeInitializationEndedEvent.

References and relevant issues

https://task.ms/52413149

Detailed description of the pull request / Additional comments

Validation steps performed

PR checklist

  • Closes #xxx
  • Tests added/passed
  • Documentation updated

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.

None yet

1 participant