mirror of
https://github.com/desktop/desktop
synced 2024-11-05 20:49:32 +00:00
document new metrics
This commit is contained in:
parent
38be4b4e63
commit
71029ec37c
1 changed files with 2 additions and 0 deletions
|
@ -53,3 +53,5 @@ These are general metrics about feature usage and specific feature behaviors. Th
|
|||
| `mergedWithLoadingHintCount` | The number of times the user merged before seeing the result of the merge hint. | To understand how many people are merging before learning whether there will be conflicts or not |
|
||||
| `mergedWithCleanMergeHintCount` | The number of times the user has merged after seeing the 'no conflicts' merge hint. | To understand how many "clean" merges there are |
|
||||
| `mergedWithConflictWarningHintCount` | The number of times the user has merged after seeing the 'you have XX conflicted files' warning. | To understand how frequently people are merging even though they know there will be conflicts |
|
||||
| `mergedSuccesfulAfterConflictsCount` | The number of times the user successfully completes a merge after a merge conflict. | |
|
||||
| `mergesAbortedAfterConflictsCount` | The number of times the user aborts a merge after a merge conflict. | |
|
||||
|
|
Loading…
Reference in a new issue