document new metrics

This commit is contained in:
William Shepherd 2018-10-11 11:54:09 -05:00
parent 38be4b4e63
commit 71029ec37c

View file

@ -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. | |