-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Find out how often are people actually using marks, Themes #14356
Conversation
@lhecker can verify that we're tagging properly (usage vs performance, etc.) |
@PankajBhojwani You met with Michael a while back to chat about how we can do telemetry better (apparently we've been doing it wrong). This seems like a good opportunity to apply some of that 😉. |
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.
I think moving it into CascadiaSettingsSerialization.cpp
would be better. That's where the AtlasEngine metrics are already at. Otherwise I'd move both metrics over into _TryLoadSettings
if anything...
I'm certain that ProductAndServiceUsage
is the correct choice here. My understanding is: Performance
is only ever appropriate for irregular events, like crashes for instance.
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.
Couple overarching questions.
FYI: Anything we mark as Usage
can be exported as an event stream for the user to look at. Every usage entry we create will need to be documented in another repository with a localizable string that explains what the user actually did. "Clicked save in the Terminal settings" "Dismissed the find dialog" etc.
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.
Thoughts -- is this the right data to collect?
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment. |
…com/microsoft/terminal into dev/migrie/b/14324-my-1.16-research
This comment has been minimized.
This comment has been minimized.
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.
k let's do it!
will this tell us whether the user has overwritten the system themes? is that a thing?
Hello @DHowett! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
🎉 Handy links: |
Let's find out!